Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage authentication.
orgs auth login # Browser-based OAuth flow orgs auth logout # Clear stored credentials orgs auth status # Show current auth state orgs auth whoami # Show authenticated identity orgs auth rotate-key # Rotate API key (requires master key)
orgs auth login
orgs auth login # Browser opened. Complete the flow. # Logged in as hr-01-a4f2@orgs.sh.
orgs auth login --key
orgs auth login --key sk_live_...
orgs auth whoami
orgs auth whoami # DID: did:oas:human:hr-01-a4f2 # Email: founder@example.com # Scope: entities=3, operations=full # Key: sk_live_abc***xyz (created 2026-03-01)
orgs auth status
orgs auth status # API: https://api.orgs.sh/v1 [reachable, 42ms] # Auth: valid (expires 2026-10-12) # Profile: default
orgs auth rotate-key
orgs auth rotate-key --hardware ledger # Signing with Ledger... done. # New key: sk_live_... (stored in config) # Old key revoked.