> ## Documentation Index
> Fetch the complete documentation index at: https://crossmint-wallets-docs-2-5.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Agent Toolkit

> Infrastructure for AI agents to participate in the real economy

<Frame type="simple">
  <img src="https://mintcdn.com/crossmint-wallets-docs-2-5/7ig1y7mqlvZy0ezV/images/solutions/ai-agents/hero.png?fit=max&auto=format&n=7ig1y7mqlvZy0ezV&q=85&s=33208ea783dbc93410ef7b2954eca44d" alt="AI agent interacting with digital economy" width="3202" height="1896" data-path="images/solutions/ai-agents/hero.png" />
</Frame>

AI agents can now understand complex tasks, make decisions, and plan actions. But they hit a wall when
trying to execute real-world transactions, blocked by CAPTCHAs, payment forms, and fraud protection.

Crossmint's Agent Toolkit provides APIs and infrastructure that let AI agents participate in the real
economy. From making purchases to managing digital assets, we handle the complexity of economic interactions,
by leveraging crypto rails.

Crossmint's SDK has been designed specifically for AI agent developers. It's available as REST APIs, JS and python SDKs,
as well as exposed as tools on the main agentic frameworks: MCP, OpenAI Agent SDK, Langchain, ElizaOS, and more.

## Key Characteristics

<CardGroup cols={3}>
  <Card title="Built for AI devs" icon="robot" iconType="duotone" color="#ca8b04">
    SDKs in Python, JS and REST, and sample code for the most popular agentic frameworks
  </Card>

  <Card icon="shield-check" title="Safe by design" iconType="duotone" color="#9370DB">
    All agent behaviors are auditable onchain. Agent actions can be constrained with cryptographic assurances.
  </Card>

  <Card icon="bolt" title="Enterprise Grade" iconType="duotone" color="#32CD32">
    SOC2 compliant, with SLAs available. Trusted by tens of thousands of devs, from startups to F500.
  </Card>
</CardGroup>

## How Does it Work?

The Agent Toolkit consists of four core components that work together to enable AI economic activity:

* **Agent Wallets** allow your agents to securely hold funds and transact with them. They can be operated by your
  autonomous agents, while remaining non-custodial and not requiring you to hold licenses.

* **Headless Checkout** API enables agents to buy anything onchain, without a need for browser automations,
  anti-captchas, or virtual credit cards. It supports over 1 million items, including the full Amazon catalog,
  Shopify, and more. Items can be purchased USDC or any other cryptocurrency, across all our supported chains.

* **Verifiable Credentials** provide the trust layer, letting you issue and verify cryptographic credentials
  that enable permissioned commerce and ensure regulatory compliance.

* **Minting APIs** let you tokenize real-world assets - from products to tickets to reservations - to make them
  accessible for AI agents to own, trade and transact with them, programmatically via APIs.

## Get Started

<CardGroup cols={2}>
  <Card title="Agent Wallets" icon="wallet" href="/wallets/quickstarts/agent-wallets">
    Give your agents a secure way to interact onchain
  </Card>

  <Card title="Headless Checkout" icon="coin" href="/payments/headless/quickstarts/paying-usdc">
    Enable your agents to buy anything
  </Card>

  <Card title="Credentials" icon="shield-halved" href="/verifiable-credentials/introduction">
    Add trust and compliance to agent transactions
  </Card>

  <Card title="Minting API" icon="cube" href="/minting/introduction">
    Tokenize any real-world asset in a single line of code
  </Card>
</CardGroup>

## Advanced Topics (coming soon)

<CardGroup cols={2}>
  <Card title="Programmable Constraints" icon="lock">
    Define complex rules for agent transactions
  </Card>

  <Card title="Production Checklist" icon="building">
    Connect to your existing business systems
  </Card>

  <Card title="Multi-Agent Systems" icon="network-wired">
    Coordinate transactions across agent networks
  </Card>

  <Card title="Auditing and Reporting" icon="file-contract">
    Meet regulatory requirements for agent activity
  </Card>
</CardGroup>

## FAQs

<AccordionGroup>
  <Accordion title="Is this production ready?">
    Yes. Crossmint's AI agent toolkit leverages the same infrastructure and APIs already being used by major brands
    like Mastercard, Red Bull, Diageo, Coinbase, Phantom, for tokenizing real-world assets and enabling programmatic
    transactions.
  </Accordion>

  <Accordion title="What can agents actually do?">
    Agents can hold and transfer funds, purchase tokenized assets, execute smart contract transactions,
    and manage digital credentials - all through simple API calls.
  </Accordion>
</AccordionGroup>
