Retrieve
POST https://koskamo.com/api/v1/retrieve
{ "query": "What is Koskamo?", "top_k": 5 }Public agent data plane
Koskamo stores versioned facts and returns cited passages. Any agent can call the public retrieve API or MCP. Chat stays on the homepage. Retrieve already works from the bundled public catalog; publishing still waits on a database.
No API key for public retrieve. Point MCP at the HTTP endpoint.
curl -s https://koskamo.com/api/v1/retrieve \
-H 'Content-Type: application/json' \
-d '{"query":"What is Koskamo?","top_k":5}'{
"mcpServers": {
"koskamo": {
"url": "https://koskamo.com/api/mcp"
}
}
}Discovery: /.well-known/mcp.json · OpenAPI
POST https://koskamo.com/api/v1/retrieve
{ "query": "What is Koskamo?", "top_k": 5 }POST https://koskamo.com/api/mcp tools: koskamo_retrieve, koskamo_list_datasets
No public datasets yet. Publish one below, or wait for the official Koskamo docs seed.
Anyone can mint a key and publish. Private datasets stay hidden unless the request carries that key.
Agents can do this over MCP too. Nothing is searchable until an owner approves it.