AI Knowledge Cloud Developer Resources
API documentation, authentication policy, webhook availability, and machine-readable resources for AI Knowledge Cloud.
API documentation
The OpenAPI 3.1 specification documents the JSON RAG endpoints, request validation, rate limits, and structured error responses.
Quickstart
The RAG API accepts JSON requests from aikc.vn. The example uses the required Origin header and the documented request shape.
curl --request POST https://aikc.vn/api/rag \
--header "Content-Type: application/json" \
--header "Origin: https://aikc.vn" \
--data '{"question":"Which tools help with note taking?"}'RAG sandbox
Run a rate-limited question against the live published-tool catalog. Sandbox requests do not create or modify catalog data.
Authentication
The documented RAG endpoints are restricted to requests with an Origin header of https://aikc.vn.
API keys
AI Knowledge Cloud does not currently issue public API keys or support OAuth client registration.
Webhooks
AI Knowledge Cloud does not currently offer public webhook subscriptions. Inngest endpoints are internal event-processing infrastructure, not an integration API.
MCP server
AI Knowledge Cloud does not currently publish an MCP server. Agents can use the OpenAPI contract and public catalog pages instead.
Agent resources
The llms.txt index links to the OpenAPI specification, Markdown homepage, and other machine-readable resources.