Skip to main content

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.

EndpointDescription
POST /agents/{id}/queryProcess a natural language query and return the final response.
POST /agents/{id}/query-streamProcess 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.

PlatformPackageDocumentation
Node.js / TypeScriptdaemo-engineNode.js Quickstart
.NET / C#Daemo.SDK.NET Quickstart