endorse_agent
Create a cryptographic endorsement link from a principal to an agent, defining the agent's allowed actions and relationship type with an optional expiration.
Instructions
Endorse an agent as a principal. Creates a cryptographic chain: principal → agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent ID to endorse | |
| agent_public_key | Yes | Agent's Ed25519 public key | |
| scope | Yes | What the agent can do on principal's behalf | |
| relationship | Yes | How principal relates to agent | |
| expires_in_days | No | Days until endorsement expires |