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

# Brickken Developer Documentation

> Official docs for the Brickken Dapp API, Agentic API, MCP server, CLI, and Skill.

<img className="block dark:hidden" src="https://mintcdn.com/brickken/UYpLPKOSKNI6CnjX/images/hero-light.png?fit=max&auto=format&n=UYpLPKOSKNI6CnjX&q=85&s=81659380e5c01ec57ea5a664f8d129cc" alt="Hero Light" width="2064" height="1104" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/brickken/UYpLPKOSKNI6CnjX/images/hero-dark.png?fit=max&auto=format&n=UYpLPKOSKNI6CnjX&q=85&s=25906a19d90f9e139a73a92f9a5d8a59" alt="Hero Dark" width="2064" height="1104" data-path="images/hero-dark.png" />

## Welcome

Brickken exposes the tokenization platform through five developer and agent surfaces:

* **Dapp API** for API-key authenticated tokenization, STO, security-token, and read workflows.
* **Agentic API** for private-key based ERC-8004 agent and agent-token workflows.
* **MCP** for MCP-compatible AI agents.
* **CLI** for local terminal workflows using the public `brickken-cli` package.
* **Skill** for AI agents that need Brickken-specific API, CLI, and MCP guidance.

<CardGroup cols={2}>
  <Card title="Dapp API" icon="key" href="/api-reference/introduction">
    Use an API key to prepare, sign, send, and read Brickken Dapp transactions.
  </Card>

  <Card title="Agentic API" icon="wallet" href="/api-reference/endpoint/agentic-methods-x402">
    Use a private key to pay x402 requests and sign ERC-8004 transactions locally.
  </Card>

  <Card title="MCP" icon="plug" href="/mcp/introduction">
    Connect AI agents to the hosted Brickken MCP endpoint.
  </Card>

  <Card title="CLI" icon="terminal" href="/cli/introduction">
    Install the public npm CLI and run x402-paid workflows from your terminal.
  </Card>

  <Card title="Skill" icon="sparkles" href="/skill/introduction">
    Install the Brickken AI-agent skill with or without the CLI package.
  </Card>
</CardGroup>

## Environments

| Environment | API URL                            | App URL                             |
| ----------- | ---------------------------------- | ----------------------------------- |
| Sandbox     | `https://api.sandbox.brickken.com` | `https://dapp.sandbox.brickken.com` |
| Production  | `https://api.brickken.com`         | `https://dapp.brickken.com`         |

## Access

<CardGroup cols={2}>
  <Card title="Request an API key" icon="envelope" href="mailto:tech@brickken.com">
    Contact `tech@brickken.com` with your Brickken user email.
  </Card>

  <Card title="Go live" icon="calendar" href="https://meetings.hubspot.com/ludovico-rossi/t1">
    Schedule a production onboarding call.
  </Card>
</CardGroup>
