Honen developer platform
Build with the API or MCP.
Create courses, manage workspace knowledge, organize learning, and read analytics through machine-readable interfaces designed for applications and AI agents.
Start with the OpenAPI contract for deterministic HTTP calls, or connect the MCP server when an agent should discover and invoke Honen tools directly.
Machine-readable
Developer resources.
OpenAPI specification
Generate a client or inspect every authenticated Connector HTTP operation.
Open resourceMCP server
Connect Claude, ChatGPT, Cursor, VS Code, or another MCP-aware client over OAuth.
Open resourceAuthentication guide
Implement Connector bearer tokens, OAuth discovery, and scoped authorization.
Open resourceComplete developer reference
Read the API, MCP, authentication, LMS, webhook, and integration surface in one file.
Open resourceSafe to retry. Narrow by default.
Connector policies limit each credential to approved capabilities and resources. Mutating HTTP operations accept an Idempotency-Key, so an agent can retry a network failure without duplicating the write.
Inspect the OpenAPI contract