API Reference
Complete reference documentation for the Daemo APIs and SDKs.
HTTP Query API
Query your deployed agent via REST endpoints. This is the primary way to trigger agents from your frontend or other services.
| Endpoint | Description |
|---|---|
POST /agents/{id}/query | Process a natural language query and return the final response. |
POST /agents/{id}/query-stream | Process a query and stream the "Reasoning Steps" and response via Server-Sent Events (SSE). |
View Full HTTP API Documentation →
SDKs
These SDKs are used to define your tools and run the agent runtime within your application.
| Platform | Package | Documentation |
|---|---|---|
| Node.js / TypeScript | daemo-engine | Node.js Quickstart |
| .NET / C# | Daemo.SDK | .NET Quickstart |
Related
- Deployment Overview — Production setup and integration
- Testing & Debugging — How to verify your agent's behavior