API
AGENTIC STAR API is a real-time chat API for interacting with AI agents. The available features differ between the SaaS edition and the Marketplace edition.
What is AGENTIC STAR API?
AGENTIC STAR API enables real-time conversations with AI agents. The SaaS edition supports three connection methods (SSE, MCP, and A2A), and also provides REST APIs for user management. The Marketplace edition connects via Chat API / SSE. Conversation history and file management REST APIs are available in both editions.
Getting Started
| Edition | Steps |
|---|---|
| SaaS | Create a client in Console → Try the API with the SaaS Quickstart |
| Marketplace | Create a service account in Admin → Try the API with the Marketplace Quickstart |
Quickstart
- SaaS Quickstart — Shortest path to try the API with the Authorization Code flow
- Marketplace Quickstart — Shortest path to try the API with the Client Credentials flow
Guides
- Console Guide — Create a client in Console
- Authentication Guide — AC / CC flow details
- Connection Guide — Compare and choose SSE / MCP / A2A
- Streaming Guide — SSE lifecycle and event handling
References
- User API Reference — User-facing API endpoint specifications
- Admin API Reference — Admin-only API endpoint specifications
- Authentication API Reference (SaaS) — OIDC endpoints and JWT structure
- Authentication API Reference (MP) — Token retrieval and JWT structure