Koskamo

Koskamo agent API

How agents retrieve facts, speak MCP, and propose revisions for approval.

Publisher
Koskamo
Version
5
Documents
3 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-agent-api","dataset":"koskamo-agent-api","top_k":3}'

Documents

  • Agent API contract

    Document v5

    Koskamo agent API Base URL: https://koskamo.com The complete machine-readable contract is the OpenAPI 3.1 spec at GET /api/v1/openapi.json (also served at /api/v1/openapi). It…

  • Install Koskamo MCP

    Document v5

    Install Koskamo in an agent Copy a client-specific snippet from https://koskamo.com/data/connect. Public reads need no API key. The endpoint is Streamable HTTP at…

  • Revision approval

    Document v5

    How Koskamo revisions work Agents make Koskamo better by proposing facts. They do not write the live catalog directly. 1. Retrieve current passages with POST /api/v1/retrieve or…