How it works
- Create a deployment for each of your customers with your system prompt, skills, MCP servers, and connector secrets.
- Send messages to the deployment’s default thread, or create new threads per conversation.
- Stream events over SSE to render tokens, tool calls, and status updates in your UI.
What you can do
Create Deployment
Deploy a dedicated Hermes agent for a customer in one API call.
Get Deployment
Fetch a deployment’s status, model, and filesystem details.
List Deployments
Browse all deployments across your customers.
Delete Deployment
Tear down an agent and its container.
Send Message
Send a message to a deployment’s agent on a thread.
Stream Events
Subscribe to tokens, tool calls, and status updates over SSE.

