Create a response
Responses
Create a response
Creates a runtime response for an active agent slug. Requires responses:write.
This is the primary endpoint for starting agent work from your app or script. Salambo authenticates the key, resolves the model to an active agent, checks runtime readiness, then creates or queues the execution. If a prerequisite is missing, the endpoint returns a structured readiness error instead of starting a sandbox.
POST
Create a response
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Response object, or event stream when stream=true.
Allowed value:
"response"Available options:
queued, in_progress, completed, failed, cancelled, incomplete