Skip to content

Quickstart

Tervos Protocol gives your AI agents identity, policy enforcement, and a full audit trail. Here’s how to get started.

Terminal window
npx tervos init --template demo

This creates a TERVOS.yaml file with three agents (CEO, Analyst, Writer) and a demo research project.

Terminal window
tervos start --dev

Development mode activates all agents automatically and auto-approves actions so you can see the full lifecycle immediately.

Terminal window
tervos audit

Every action — task delegation, policy evaluation, budget allocation — is recorded as an immutable event.

  1. Three agents were created, each with a cryptographic identity (DID)
  2. The policy engine loaded default safety rules and auto-generated permits from your manifest
  3. The CEO delegated tasks to the Analyst and Writer
  4. Every action passed through policy evaluation before executing
  5. All 20+ events were logged to the event store