Skip to main content

Rako Developer Docs

Rako is the attribution and settlement layer for agent-driven commerce. Agents don’t click affiliate links. Rako is how products get discovered and sold in the agent economy.

What is here

  • AAP protocol — signed offers, attribution flow, and conversion events.
  • API guides — offers, recommendations, checkout, and conversion ledger integrations.
  • SDK guides — JavaScript and Python SDKs as they mature.
  • MCP docs — connecting agent runtimes to Rako.
  • Runnable examples — local mock server, SDK hello-world flows, and MCP transcript with fake data.

Run the local examples

Start the mock AAP server, run the JavaScript or Python hello world, and recover cleanly if the default port is busy.
  • rakohq/aap-spec — canonical public protocol spec.
  • rakohq/backend — Rako backend/API implementation.
  • rakohq/aap-js — JavaScript/TypeScript SDK.
  • rakohq/aap-python — Python SDK.