Files
Authorizations
AuthorizationstringRequired
API key sent as Bearer token. Two types:
- Master key (
g_master_...): full access to all agents and endpoints. - Agent key (
g_agent_...): scoped to a single agent with specific permissions.
Path parameters
idstring · uuidRequired
Body
filenamestring · max: 255Required
contentstringRequired
mimeTypestring · max: 100Required
Responses
200
File uploaded
No content
401
Unauthorized — Invalid or missing API key
application/json
403
Forbidden — Key lacks the required scope
application/json
post
/agents/{id}/filesNo content
Last updated