Agent

Agent API

Run agent workflows and list available tools and models.

Auth

Permission: READ_WRITE

Header: Authorization: Bearer API_KEY_READ_WRITE

POST /agent/run

Run an agent by name with an initial message.

Permission: READ_WRITE

Body

NameTypeRequiredNotes
agentNamestringYesAgent identifier.
initialMessagestringYesPrompt or request to start the run.

Response

Agent execution result (service defined).
GET /agent/tools

List registered agent tools.

Permission: READ_WRITE

Response

Array of tool definitions.
GET /agent/models

List available agent models.

Permission: READ_WRITE

Response

Array of model definitions.