Quickstart
Tervos Protocol gives your AI agents identity, policy enforcement, and a full audit trail. Here’s how to get started.
Create an Organization
Section titled “Create an Organization”npx tervos init --template demoThis creates a TERVOS.yaml file with three agents (CEO, Analyst, Writer) and a demo research project.
Start in Development Mode
Section titled “Start in Development Mode”tervos start --devDevelopment mode activates all agents automatically and auto-approves actions so you can see the full lifecycle immediately.
View the Audit Log
Section titled “View the Audit Log”tervos auditEvery action — task delegation, policy evaluation, budget allocation — is recorded as an immutable event.
What Just Happened
Section titled “What Just Happened”- Three agents were created, each with a cryptographic identity (DID)
- The policy engine loaded default safety rules and auto-generated permits from your manifest
- The CEO delegated tasks to the Analyst and Writer
- Every action passed through policy evaluation before executing
- All 20+ events were logged to the event store
Next Steps
Section titled “Next Steps”- TERVOS.yaml Reference — understand every field in the manifest
- CLI Commands — all available commands
- Protocol Specification — the full protocol spec