token_create
Generate signed security tokens to grant agents access to specific resources with defined permissions in multi-agent AI workflows.
Instructions
Generate a new signed security token for an agent. Returns the full token object.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | Agent to issue the token to | |
| resource_type | Yes | Resource type the token grants access to (e.g. "FILE_SYSTEM") | |
| scope | Yes | Permission scope (e.g. "read", "write", "admin") |