> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Verification and Policy Gateway

Clawb helps enterprise teams and startups secure agent traffic in production.

When an agent calls one of your sensitive endpoints, your backend can:

* verify the request identity (`POST /v1/verify`)
* evaluate policy in runtime context (`POST /v1/check`)
* enforce `allow | challenge | deny`

## What your team gets

Runtime controls:

* strong request verification (signature + timestamp + nonce)
* policy decisions right before execution
* optional disclosure controls and reputation facets

Operations controls:

* workspace-scoped keys, quotas, and rate limits
* audit query/export for investigations and compliance
* credential minting and kill switch APIs for incident response

## Integration model

1. Agent signs request to your service.
2. Your service verifies identity (`/v1/verify` or local verification).
3. Your service calls `/v1/check`.
4. Your service enforces `allow | challenge | deny`.

## Related docs

* [Verification API](/verification/verify-api)
* [Workspace integration flow](/integration/workspace-flow)
* [Identity credential APIs](/api-reference/identity-credentials)
* [Workspace audit APIs](/api-reference/workspace-audit)
