ZOYYA documentation

Getting started

Getting started

ZOYYA is an autonomous agent in public beta. You give it an objective, it plans, executes tools in a sandbox, and returns a result.

Run your first objective

  1. Sign up at /signup. You'll land on the home page with an inline welcome dialog.
  2. Write an objective in the compose box (or pick a sample). The agent boots a sandbox, calls the LLM, and streams its plan / tool / observation / reflection steps live.
  3. When it finishes, the home page input is ready for your next task.

What's in your account by default

  • A personal workspace — your default organization space. Slug auto-generated, name editable later. Members of the same workspace share runs, files, browser state, and saved memory.
  • A default project — every task lands in this project until project switching ships.
  • Free plan quota: 50 tasks / 1M LLM tokens per month — enough to fully exercise all five starter-template categories. See Pricing to upgrade.

Core tools available right now

  • shell — sandboxed bash inside the org's shared workspace.
  • browser — shared sandbox browser with policy-controlled network access.
  • memory_save / memory_recall — persistent per-workspace notes, full-text searchable.
  • delegate — spawns a focused sub-agent with the same tools (cannot delegate further).

Need help?

  • /status — live health of the ZOYYA platform.
  • /docs/api — the REST API surface (POST /api/runs, /api/orgs, /api/billing/checkout, …).
  • Email [email protected].