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

# Agentity

> Give your AI agents a complete online identity — email, phone, virtual card, and encrypted vault in one API.

Agentity provisions real-world credentials for AI agents. With a single API call your agent gets an email address, a phone number, a single-use virtual card, and an encrypted secret vault — everything it needs to operate autonomously on the web.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Connect Agentity to your agent in under 5 minutes.
  </Card>

  <Card title="Providers" icon="key" href="/concepts/providers">
    Learn how Providers power Agentity's unified API.
  </Card>

  <Card title="MCP Setup" icon="plug" href="/guides/mcp-setup">
    Add the Agentity MCP server to your agent framework.
  </Card>

  <Card title="Intents" icon="code" href="/concepts/intents">
    Explore how to audit and create guardrails for your agents.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Create an account">
    Register with your email and password. Agentity creates your account and returns a JWT you can use immediately.
  </Step>

  <Step title="Configure providers">
    Add API keys for the identity services you want to use — AgentMail for email, AgentPhone for SMS, and Privacy.com for virtual cards.
  </Step>

  <Step title="Connect via MCP or REST">
    Point your MCP-compatible agent at `https://api.agentity.to/mcp?apiKey=YOUR_API_KEY`, or call the REST API directly.
  </Step>

  <Step title="Provision identities">
    Call `create_agent_identity` (MCP) or your own orchestration to give each agent its unique email, phone, and payment credentials.
  </Step>
</Steps>

## Key features

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="/concepts/identities">
    Provision dedicated inboxes via AgentMail so agents can send and receive email.
  </Card>

  <Card title="Phone" icon="phone" href="/concepts/identities">
    Assign SMS-capable phone numbers via AgentPhone for verification and messaging.
  </Card>

  <Card title="Virtual Cards" icon="credit-card" href="/concepts/identities">
    Create single-use virtual payment cards via Privacy.com for agent transactions.
  </Card>

  <Card title="Encrypted Vault" icon="vault" href="/concepts/vault">
    Store and retrieve sensitive credentials per-agent in an encrypted, auditable vault.
  </Card>
</CardGroup>
