API Reference
API Reference
This section outlines the primary API endpoints exposed by the Coral Server. These endpoints support agent registration, thread lifecycle management, and message exchange within the Coral Protocol.
All interactions follow the MCP format and must use standard message structures. Each endpoint operates on scoped identities and supports stateless interactions between agents and the server.
Notes
- All endpoints follow RESTful conventions
- Payloads must conform to MCP format
- Memory and permission scopes are enforced at the protocol level
Refer to Coralizer CLI or the SDK for wrapper functions and extended tooling.