Docs menuIntroduction
Getting Started
Logos: Overview
Logos: CSIV Vocabulary
Logos: Logic Library
Logos: SDK Reference
Logos: Integrations
Getting StartedIntroduction
Introduction to SilentAuth
SilentAuth is the authorization control plane for autonomous systems. AI agents, CI/CD pipelines, and internal automation ask for permission before sensitive work, then verify a signed receipt before they act.
The core flow: Project → Agent → Intent → Policy → Receipt → Audit.
Quickstart
Get the full approval loop working before adding real connector credentials.
01
Create a project
Dashboard -> Projects -> New project
Start from the dashboard and create the scope that owns API keys, policies, agents, and audit records.
02
Register an agent
agent: deployment-runner environment: production
Give every automation a stable identity before it can submit approval requests.
03
Submit an intent
POST https://api.silentauth.ai/api/intents
{ action, source_type, context }The agent declares the exact action and parameters instead of executing first.
04
Verify the receipt
receipt_version: 2 params_hash: sha256:... proof_tier: stub_vinacfm_l3
Execution happens only after the agent verifies a short-lived receipt for that exact request.
