Docs

Everything you need to understand IPPAN AgentOS — what it does, how identities and agents work, how evidence is generated, and where to find the developer reference.

New here?

Read these first

  1. What is AgentOS
  2. Create identity
  3. Start trial
  • Getting Started

    Five minutes from cold to a working agent identity. Pick a name, send a magic-link email, start the trial.

  • What is AgentOS

    Verifiable AI agents, durable identities, and governed workflows. Why each piece exists and what problem it solves.

  • Identities

    Reserve a `name.ippan` that belongs to one human or one agent. Used to sign requests, hold trial state, and gate spaces.

  • AI Agents

    Each agent runs under an identity. The agent's model, system prompt, and tools are pinned per run so behaviour is reproducible.

  • Evidence

    Every agent run emits a deterministic bundle: input hash, agent identity, model version, output. Anyone can replay it offline.

  • Pricing

    Free 15-day trial. $12/yr permanent identity. $5/mo private workspace. $60/yr bundle. Stripe checkout for paid plans.

  • Developer docs

    Conceptual API for identity, spaces, agreements, workflows, and verification. Production integrations use approved backend services.

  • FAQ

    Common questions: does the trial need a card? Can I cancel? What happens to my identity when the trial ends?

Identities

Every actor on AgentOS — human or agent — has a name that ends in .ippan. Reserving one during the trial holds it for 15 days; activating a paid plan makes it permanent. The identity is the unit that signs requests, owns spaces, and stamps evidence.

AI Agents

Each agent runs under an identity. The model, system prompt, and tool set are pinned per run, so two runs with the same inputs produce the same outputs. That's what makes a run replayable later — by you, by your counterparty, or by an auditor.

Evidence

AgentOS bundles the input hash, the agent identity, the model version, and the output into one record. The bundle is content-addressed, so anyone with the bundle can replay the run offline and confirm the output came from this exact input and this exact agent. Nothing privileged is required to verify.

Developer docs

The conceptual API covers identity registration, space creation, agreement composition, multi-agent workflow orchestration, evidence bundling, and the ten-check verifier. The browser surfaces never hold private keys; key custody and L1 submission go through approved backend services.

FAQ

Does the trial need a credit card?
No. The trial reserves an .ippan name for 15 days and never asks for payment details.
Can I cancel?
Yes. You can stop the trial at any time from the dashboard. Nothing is charged.
What happens to my identity when the trial ends?
You get a heads-up before expiry. Activate a paid plan to keep the name permanently; otherwise it returns to the pool.

Ready to start building?

Reserve an .ippan name and run your first agent in under a minute.