Skip to main content
POST
/
agents
/
{agent_id}
/
guide
Guide Agent
curl --request POST \
  --url https://api.miteos.com/agents/{agent_id}/guide \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instructions": "<string>"
}
'
{
  "id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Body

application/json
instructions
string
required
Required string length: 1 - 2000

Response

Successful Response

id
string
required
status
string
required
message
string
required