Grant Agent Access
MCP Servers
Grant Agent Access
Grant an agent access to an MCP server’s tools.
POST
Grant Agent Access
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key viaAuthorization: Bearer <token> header.
MCP server UUID
UUID of the agent to grant access to
Access mode:
all or selectedList of tool names to allow. Required when
access_mode is selectedExample Request
Grant access to all tools:Example Response
Status Codes
| Code | Description |
|---|---|
201 | Access granted successfully |
400 | Invalid request (validation error) |
401 | Unauthorized - invalid or missing authentication |
404 | MCP server or agent not found |
409 | Agent already has access to this server |

