Getting Started
Use Apologist AI Agent API when you want Agent capabilities embedded directly in your own application.
Integration Checklist
Choose an Agent
Select the Agent your application should call. The Agent’s Console configuration controls behavior, knowledge, branding defaults, and available capabilities.
Pick Response Behavior
Decide whether your application needs streaming responses, non-streaming responses, and which output format it should request.
Pass Optional Context Identifiers
If useful, send user, session, or conversation identifiers so your application can preserve continuity across conversations.
Forward Trace Context
If your application already uses OpenTelemetry, send traceparent on Agent API calls and read traceresponse plus notification trace ids. See Tracing.
Compatibility
The Agent API uses familiar chat completion patterns, so existing OpenAI-compatible client code may be a useful starting point. Confirm each request field against the generated API reference before relying on it in production.
Next Step
Review the Agent API reference in this section.