Support

Get help with IntentGuard

Contact Us

Frequently Asked Questions

How do I integrate IntentGuard with my agent?

Install the SDK, initialize it with your API key, and call the verify method before each payment. See our documentation for detailed examples.

What happens when semantic analysis is unavailable?

You can configure a fail mode in your workspace settings: allow (proceed), flag (require review), or block (stop the transaction).

Can I customize the verification rules?

Yes, you can configure amount thresholds, velocity limits, allowlists/denylists, and semantic sensitivity in your workspace settings.

How are API keys secured?

API keys are hashed using SHA-256 (with optional HMAC pepper) and never stored in plaintext. You can revoke keys at any time.

What data is sent to Claude for semantic analysis?

Only the transaction amount, currency, recipient, and agent context. No sensitive payment details or personal information is sent.