> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rako.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome to Rako

> Developer documentation for the Agent Attribution Protocol and Rako APIs.

# 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.

<Card title="Run the local examples" href="/examples/overview">
  Start the mock AAP server, run the JavaScript or Python hello world, and recover cleanly if the default port is busy.
</Card>

## Related repositories

* `rakohq/aap-spec` — canonical public protocol spec.
* `rakohq/backend` — Rako backend/API implementation.
* `rakohq/aap-js` — JavaScript/TypeScript SDK.
* `rakohq/aap-python` — Python SDK.
