Agentic App APIs
The following APIs let users interact with agents and manage sessions.
| Use cases |
APIs |
| Create, retrieve, or end a session with an agent to maintain conversation context. |
Sessions API |
| Send user input to an agent within a session and receive the agent's response. |
Runs API |
| Upload or delete attachments to a conversation. These attachments can be referenced during an agent run as context. |
File Attachment APIs |
| Create a new Agentic App. |
Create App API |
File Management API
View Process Status API
| Use cases |
API |
| Check the status of an ongoing or completed job related to tools or models. |
Get Dock Status API |
Manage Models APIs
| Use cases |
APIs |
| Import a model in chunks into the system. |
Import a Model API |
| Export a trained AI model from the system. |
Export a Model API |
| Deploy a model into the environment in the Ready to Deploy state and configure its parameters. The initial deployment must be done manually in the Agent Platform account. Consecutive deployments must happen via the public API. |
Deploy a Model API |
| Undeploy a model from the environment. |
Undeploy a Model API |
Manage Guardrails APIs