# GaiterGuard ## Docs - [POST /proxy/execute/:actionId](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/agent/execute.md): Execute an approved request from the approval queue - [POST /proxy](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/agent/proxy.md): Forward agent requests through the secure gateway with credential injection - [GET /status/:actionId](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/agent/status.md): Poll for approval status of a risk-blocked request - [Agent-Key Authentication](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/authentication/agent-keys.md): Authenticate AI agents using Agent-Key headers with service-scoped access control - [JWT Authentication](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/authentication/jwt-auth.md): Authenticate dashboard users with JWT access and refresh tokens for managing agents and services - [Authentication Overview](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/authentication/overview.md): Learn about GaiterGuard's two authentication methods: Agent-Key for AI agents and JWT for dashboard users - [Agents](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/dashboard/agents.md): Manage AI agents with API keys and service access permissions - [Approvals](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/dashboard/approvals.md): Manage approval requests for high-risk agent actions - [Authentication](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/dashboard/auth.md): User authentication endpoints for registration, login, token refresh, and profile management - [Services](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/dashboard/services.md): Manage third-party API service configurations and encrypted credentials - [Error Responses](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/reference/errors.md): Error response formats, status codes, and error handling in the GaiterGuard API - [HTTP Headers](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/reference/headers.md): Required and optional headers for GaiterGuard API requests and responses - [Health endpoints](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/reference/health.md): Liveness and readiness checks for monitoring and orchestration - [Idempotency](https://mintlify.wiki/Shashank-H/gaiter-gaurd/api/reference/idempotency.md): How idempotency keys prevent duplicate request processing in GaiterGuard - [Approval Flow](https://mintlify.wiki/Shashank-H/gaiter-gaurd/concepts/approval-flow.md): Understand the 5-state approval state machine, polling protocol, TTL expiration, and execution flow for risk-blocked requests. - [System Architecture](https://mintlify.wiki/Shashank-H/gaiter-gaurd/concepts/architecture.md): Learn about GaiterGuard's component architecture, data flow, and how the gateway enforces trust boundaries between AI agents and production APIs. - [Risk Assessment](https://mintlify.wiki/Shashank-H/gaiter-gaurd/concepts/risk-assessment.md): Learn how GaiterGuard uses LLM-based intent analysis and HTTP method heuristics to evaluate request risk and enforce approval gates. - [Security Model](https://mintlify.wiki/Shashank-H/gaiter-gaurd/concepts/security-model.md): Understand how GaiterGuard protects secrets using AES-256-GCM encryption, agent-key scoping, and strict trust boundaries. - [Agent Integration Guide](https://mintlify.wiki/Shashank-H/gaiter-gaurd/guides/agent-integration.md): Integrate AI agents with GaiterGuard gateway - authentication, request flow, error handling, and polling pattern - [Claude Agent Skill](https://mintlify.wiki/Shashank-H/gaiter-gaurd/guides/agent-skill.md): Install and use the official GaiterGuard agent skill for Claude to automate gateway integration - [Configuration Reference](https://mintlify.wiki/Shashank-H/gaiter-gaurd/guides/configuration.md): Complete environment variable reference for GaiterGuard backend configuration - [Production Deployment](https://mintlify.wiki/Shashank-H/gaiter-gaurd/guides/deployment.md): Deploy GaiterGuard to production using Docker Compose with PostgreSQL and environment configuration - [Installation](https://mintlify.wiki/Shashank-H/gaiter-gaurd/installation.md): Deploy GaiterGuard with Docker or run locally for development - [Introduction to GaiterGuard](https://mintlify.wiki/Shashank-H/gaiter-gaurd/introduction.md): An intercepting API gateway that enforces human-in-the-loop authorization for autonomous AI agents - [Quickstart](https://mintlify.wiki/Shashank-H/gaiter-gaurd/quickstart.md): Get GaiterGuard running and proxy your first request in under 10 minutes