Quick Start
Prerequisites
Step 1: Start ZeroID Locally
make setup-keys
docker compose up -d
curl http://localhost:8899/health{
"status": "healthy",
"service": "zeroid"
}Step 2: Install an SDK
Step 3: Create a Client
Step 4: Register an Agent
Step 5: Exchange the API Key for a Short-Lived Token
Step 6: Inspect Discovery and Introspection Endpoints
What You Should Understand Before Moving On
What's Next?
Last updated