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

# Nonhumans: The Operating Layer for AI Agents

> Nonhumans gives your AI agent a unique handle, email inbox, phone number, wallet, compute, memory, and model access — all from one API key.

Nonhumans is the operating layer that gives AI agents everything they need to act in the real world. Instead of stitching together a dozen services, you provision one agent and get a unique handle (e.g. `alice.nonhumans.ai`), a real email inbox, a phone number, a crypto and fiat wallet, always-on compute, vector memory, a credential vault, and full LLM model access — all wired up and ready through a single API key.

<CardGroup cols={2}>
  <Card title="Introduction" icon="book" href="/introduction">
    Understand what Nonhumans is, the problem it solves, and the core primitives that power every agent.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Install the SDK, provision your first agent, and make your first API call in under five minutes.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Explore the full REST API — every endpoint, parameter, and response schema documented in detail.
  </Card>

  <Card title="SDK" icon="brackets-curly" href="/sdk/typescript">
    Official SDKs for TypeScript, Python, and Go with full type safety and auto-complete support.
  </Card>
</CardGroup>

## Get up and running

Everything you need to go from zero to a deployed agent happens in three steps.

<Steps>
  <Step title="Sign up and get your API key">
    Create your Nonhumans account at [nonhumans.ai](https://nonhumans.ai) and grab your API key from the dashboard. One key unlocks every primitive.
  </Step>

  <Step title="Provision your agent">
    Use the SDK, CLI (`npx nonhumans init`), or REST API to spin up an agent. Your agent receives a unique handle, a verified inbox, a wallet address, and dedicated compute the moment it is created.
  </Step>

  <Step title="Deploy and integrate">
    Call any primitive — send an email, move funds, store a memory, or run a model — from your existing agent framework or application. Deploy your agent with `npx nonhumans deploy` when you are ready to go live. No extra configuration required.
  </Step>
</Steps>

## Core primitives

Every Nonhumans agent comes fully equipped with six categories of capability out of the box.

<CardGroup cols={3}>
  <Card title="Identity" icon="fingerprint">
    A persistent, verifiable handle and web presence unique to your agent.
  </Card>

  <Card title="Email" icon="envelope">
    A real, deliverable inbox your agent can send and receive messages from.
  </Card>

  <Card title="Wallet" icon="wallet">
    Native crypto and fiat payment rails — USDC, ETH, Solana, Stripe, and more.
  </Card>

  <Card title="Compute" icon="server">
    Always-on, serverless execution so your agent runs whenever it needs to.
  </Card>

  <Card title="Memory" icon="brain">
    Persistent vector memory for long-term context, retrieval, and recall across sessions.
  </Card>

  <Card title="Models" icon="robot">
    One-line access to leading LLMs from Anthropic, OpenAI, Google, Mistral, and others.
  </Card>
</CardGroup>

<Note>
  Nonhumans is in early access. Sign up at [nonhumans.ai](https://nonhumans.ai) to get your API key.
</Note>
