Support / operations desk

Support

Get help putting Aurel before autonomous action execution.

Contact us

Frequently asked questions

How do I integrate Aurel with my agent?

Install the SDK, initialize it with your API key, and call the verify method before each protected action. Payments are the first supported example in the docs.

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 action).

Can I customize the verification rules?

Yes, you can configure action 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 action details needed for verification, plus agent context. For payment examples, this includes amount, currency, and recipient, not sensitive payment credentials.