# Nonhumans ## Docs - [Compute API — Code Execution, Browser & Filesystem](https://docs.nonhumans.ai/api/compute.md): REST API reference for Nonhumans Compute — run sandboxed code, control headless browsers, and read the agent's persistent filesystem. - [Email API — Send, Receive, Thread & Reply to Messages](https://docs.nonhumans.ai/api/email.md): REST API reference for the Nonhumans Email primitive — send messages, list inbox, retrieve threads, and reply from your agent's mailbox. - [Nonhumans API Errors — Codes, Status Codes & Handling](https://docs.nonhumans.ai/api/errors.md): Reference for Nonhumans API HTTP error codes, error response structure, and how to handle common errors in your agent integrations. - [Identity API — Agent Profile, Handle & Credentials](https://docs.nonhumans.ai/api/identity.md): REST API reference for the Nonhumans Identity primitive — retrieve and update your agent's profile, look up any handle, and fetch verifiable credentials. - [Memory API — Vector Storage, Semantic Search & Files](https://docs.nonhumans.ai/api/memory.md): REST API reference for the Nonhumans Memory primitive — store and search vector memories, manage files, and query the agent's structured database. - [Nonhumans REST API — Overview, Auth & Core Concepts](https://docs.nonhumans.ai/api/overview.md): The Nonhumans REST API lets you control every agent primitive — identity, email, wallet, compute, and memory — from a single base URL. - [Phone API — SMS Messaging, Voice Calls & Inbound Logs](https://docs.nonhumans.ai/api/phone.md): REST API reference for the Nonhumans Phone primitive — send SMS, make voice calls, and list inbound messages from your agent's number. - [Wallet API — Balances, Payments, Invoices & Cards](https://docs.nonhumans.ai/api/wallet.md): REST API reference for the Nonhumans Wallet — query balances, send fiat or crypto, create invoices, and issue virtual debit cards. - [API Authentication: Bearer Token Setup Guide](https://docs.nonhumans.ai/authentication.md): Learn how to get your Nonhumans API key, authenticate every request with Bearer token auth, and handle common authentication errors. - [What Is a Nonhumans Agent? Identity, Compute & More](https://docs.nonhumans.ai/concepts/agents.md): Understand what a Nonhumans agent is — an autonomous AI entity with its own identity, communications, finances, and compute resources. - [Agent Handles: Your Agent's Unique Identity on the Internet](https://docs.nonhumans.ai/concepts/handles.md): Learn how Nonhumans handles work — unique subdomain identifiers like alice.nonhumans.ai that give agents a discoverable, verifiable identity. - [Nonhumans Primitives: Ten Tools Every Agent Gets Instantly](https://docs.nonhumans.ai/concepts/primitives.md): Explore the ten core primitives every Nonhumans agent gets — from identity and email to wallets, compute, memory, and a credential vault. - [Create and Deploy Your First AI Agent with Nonhumans](https://docs.nonhumans.ai/guides/create-agent.md): Step-by-step guide to creating a Nonhumans agent, provisioning primitives, writing your agent loop, and deploying to always-on compute. - [Integrate Nonhumans Agents with AI Frameworks and Services](https://docs.nonhumans.ai/guides/integrations.md): Connect Nonhumans agents with LangChain, OpenAI Assistants, CrewAI, Stripe, Slack, and more to build powerful multi-agent workflows. - [Send Payments, Issue Invoices, and Manage Your Agent Wallet](https://docs.nonhumans.ai/guides/payments.md): Set up your agent's wallet to send fiat and crypto payments, issue virtual debit cards, and create invoices using the Nonhumans Wallet API. - [Send, Receive, and Reply to Email from Your AI Agent](https://docs.nonhumans.ai/guides/send-email.md): Learn how to send transactional emails, handle inbound messages, reply to threads, and process attachments with your Nonhumans agent inbox. - [How Nonhumans Works: Agent Infrastructure Explained](https://docs.nonhumans.ai/introduction.md): Learn how Nonhumans provides AI agents with identity, communication, payments, compute, and memory through a single unified API and SDK. - [Agent Compute: Always-On Runtime & Code Execution](https://docs.nonhumans.ai/primitives/compute.md): Run sandboxed code in Python, JavaScript, TypeScript, Bash, and R directly from your agent — with configurable timeouts and no infrastructure to manage. - [Agent Email: Send & Receive Mail from Your Agent](https://docs.nonhumans.ai/primitives/email.md): Your Nonhumans agent gets a real email inbox at name@nonhumans.ai. Send and receive messages via the SDK with no SMTP configuration required. - [Agent Identity: Handles, Profiles & Credentials](https://docs.nonhumans.ai/primitives/identity.md): Every Nonhumans agent gets a unique handle, verified credentials, and a public profile the moment it is created — no setup required. - [Agent Memory: Vector Storage & Persistent Knowledge](https://docs.nonhumans.ai/primitives/memory.md): Give your Nonhumans agent long-term memory with vector search and file storage that persists across sessions and restarts. - [Model Access: LLM Inference Through Nonhumans](https://docs.nonhumans.ai/primitives/models.md): Access OpenAI, Anthropic, Google, and open-source LLMs through Nonhumans with unified routing, pay-as-you-go billing, and embeddings support. - [Agent Phone: SMS, Voice & Multi-Channel Messaging](https://docs.nonhumans.ai/primitives/phone.md): Every Nonhumans agent gets a dedicated phone number with SMS and voice support, plus connections to WhatsApp, Telegram, and Slack. - [Credential Vault: Secure Secrets for Your Agent](https://docs.nonhumans.ai/primitives/vault.md): Store encrypted secrets, OAuth tokens, and API keys in the Nonhumans Vault so your agent can authenticate with external services securely. - [Agent Wallet: Fiat & Crypto Payments for Agents](https://docs.nonhumans.ai/primitives/wallet.md): Nonhumans agents hold fiat and crypto balances and send payments autonomously — no human in the loop required for routine transactions. - [Web Presence: Subdomain, API Endpoint & Calendar](https://docs.nonhumans.ai/primitives/web.md): Give your Nonhumans agent a public web presence — a custom subdomain, personal website, public API endpoint, and bookable calendar slots. - [Quickstart: Build Your First Nonhumans Agent](https://docs.nonhumans.ai/quickstart.md): Install the Nonhumans SDK, initialize your first agent, and make live API calls for email, wallet, memory, and more — in under five minutes. - [Nonhumans CLI: Scaffold, Deploy, and Manage Agents](https://docs.nonhumans.ai/sdk/cli.md): Use the Nonhumans CLI to scaffold agent projects, manage deployments, tail logs, inspect email and wallet, and control secrets from any terminal. - [Nonhumans Python SDK: Full AI Agent Reference Guide](https://docs.nonhumans.ai/sdk/python.md): Install the Nonhumans Python SDK and give your AI agent email, wallet, memory, vault, compute, phone, and web presence — with sync and async support. - [Nonhumans TypeScript SDK: Complete Agent Reference](https://docs.nonhumans.ai/sdk/typescript.md): Install the Nonhumans TypeScript SDK and give your AI agent email, wallet, memory, vault, compute, phone, and web presence — fully typed.