model field is an active Salambo agent slug.
Discover agents
id directly as the response model.
Create background work
Retrieve the response
Cancel active work
Integration requirements
| Requirement | Check |
|---|---|
| Authentication | Valid account-scoped bearer key |
| Scope | models:read and responses:write for the basic flow |
| Agent | Active and owned by the key’s workspace |
| Deployment | Ready active deployment |
| Runtime | Billing and provider configuration ready |
Retry policy
- Retry bounded network and upstream-unavailable failures.
- Do not retry authentication or permission failures without changing credentials.
- Do not retry invalid model or configuration errors without fixing the request or deployment.
- Use the response identifier to retrieve accepted background work.
- Cancel abandoned active work instead of deleting a non-terminal run.
Files
Responses can reference downloadable files. Use the Files API with a key that hasfiles:read or the same responses:write authority used for the response workflow.
Sandbox-generated files appear only when the agent explicitly publishes them as runtime artifacts.
Use the API overview and generated endpoint reference for exact request and response schemas.