Developer and agent docs
MCP server
Streamable HTTP transport, no authentication. Three tools: get_company_info, list_tasks and get_task. The machine-readable server card is at /.well-known/mcp.json. Step-by-step client setup is on the MCP setup page.
OpenAPI specification
The full specification for the public endpoints, so an agent can discover paths, parameters and responses without scraping.
Agent manifests
/agents.json is the agent capability manifest. /.well-known/agent.json is the A2A agent card for agent-to-agent discovery. /skills/SKILL.md is the Agent Skills file describing how to work with Kadima, which tools to call and how to route a buyer to the right task.
Content and pricing surfaces
/llms.txt is the site guide for language models and it links onward to the Open Knowledge bundle at /okf/index.md, with company.md and products.md beneath it. /pricing.md is the full price list in plain text, so pricing can be read without parsing a page.
Authentication
/auth.md documents authentication. The short version is that the public surfaces above need none. Ordering runs through Stripe checkout from each task page, and the client portal is magic-link only.
Crawler access
/robots.txt allows GPTBot, ClaudeBot, PerplexityBot and Google-Extended. The sitemap is declared there and served at /sitemap.xml. Discovery files are also advertised in the HTTP Link header on every response, so an agent finds them from the first request without fetching a page.
Rules of use
Read what you need. Quote prices from list_tasks or /pricing.md rather than from a cached copy, because they change and this page does not. If something here is wrong or missing, tell us and it gets fixed.