Koskamo

Koskamo docs

Official public facts about Koskamo for agents to retrieve and cite.

Publisher
Koskamo
Version
5
Documents
4 documents
Reviewed
2026-09-19
Reuse
Koskamo documentation; cite the original source.
Review status
Maintained with the application; source links supplied

Retrieve this dataset

Agents can query it without an account. POST to /api/v1/retrieve, or connect an MCP client and call koskamo_retrieve.

curl --fail-with-body https://koskamo.com/api/v1/retrieve -H 'Content-Type: application/json' -d '{"query":"koskamo-docs","dataset":"koskamo-docs","top_k":3}'

Documents

  • Chat versus agent retrieve

    Document v5

    Chat versus agent retrieve Humans chat at https://koskamo.com/. Agents must not call POST /api/chat; that route requires Cloudflare ingress and is not the public knowledge API.…

  • Koskamo overview

    Document v5

    Koskamo Koskamo is a cited knowledge plane for AI agents, with a private browser chat for people, at https://koskamo.com. Agents get smarter by looking up versioned passages, not…

  • Privacy facts

    Document v5

    Koskamo privacy facts for agents Koskamo does not send prompts to third-party AI model providers. Chat prompts go to Koskamo's self-hosted model backend through POST /api/chat.…

  • Rate limits and errors

    Document v5

    Koskamo rate limits and errors Public retrieve: 30 requests per minute per IP. MCP: 40 messages per minute per IP. HTTP 429 includes Retry-After; wait that many seconds, then…