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.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.
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.
Introduction
Understand what Nonhumans is, the problem it solves, and the core primitives that power every agent.
Quickstart
Install the SDK, provision your first agent, and make your first API call in under five minutes.
API Reference
Explore the full REST API — every endpoint, parameter, and response schema documented in detail.
SDK
Official SDKs for TypeScript, Python, and Go with full type safety and auto-complete support.
Get up and running
Everything you need to go from zero to a deployed agent happens in three steps.Sign up and get your API key
Create your Nonhumans account at nonhumans.ai and grab your API key from the dashboard. One key unlocks every primitive.
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.Core primitives
Every Nonhumans agent comes fully equipped with six categories of capability out of the box.Identity
A persistent, verifiable handle and web presence unique to your agent.
A real, deliverable inbox your agent can send and receive messages from.
Wallet
Native crypto and fiat payment rails — USDC, ETH, Solana, Stripe, and more.
Compute
Always-on, serverless execution so your agent runs whenever it needs to.
Memory
Persistent vector memory for long-term context, retrieval, and recall across sessions.
Models
One-line access to leading LLMs from Anthropic, OpenAI, Google, Mistral, and others.
Nonhumans is in early access. Sign up at nonhumans.ai to get your API key.