Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.26 KB

File metadata and controls

34 lines (25 loc) · 1.26 KB

Examples

This directory contains runnable Approva integration examples and reference clients.

Quickstart:

  1. Start Approva locally with make dev or make start.
  2. Build the CLI with pnpm cli:build if the example uses it.
  3. Export APPROVA_BASE_URL and APPROVA_API_KEY, then run an example.

Current examples:

  • node-deploy-agent minimal backend/agent integration showing approval request creation, signed webhook handling, capability use, and simulated deployment execution
  • ai-agent canonical first-party agent example using the signed webhook + exchange-token continuation path
  • github-actions workflow example showing how CI can request approval and gate a deployment on Approva
  • devops-script shell-first approval gate for operators and scripts using the Approva CLI

Environment examples:

Related docs: