Quickstart
Instrument your first AI agent in under 5 minutes.
ℹ
Prerequisites
Python 3.10+, Go 1.21+, or Node 18+. An Aten Security account and API key. Sign up free to get your API key — first enforcement event in under 5 minutes, no call required.
1
Install the SDK
2
Set your API key
Use a key provisioned by your security team or create one via the control-plane API. For headless flows, see Installation for the API example.
3
Instrument your agent
What happens at runtime
Pre-check event
Thoth emits a TOOL_CALL_PRE behavioral event to your event pipeline (non-blocking).
Policy enforcement
POST /v1/enforce evaluates the tool call. ALLOW, BLOCK, or STEP_UP based on your enforcement mode.
Tool execution
Approved tool runs your business logic. Thoth is transparent to your agent code.
Post-check event
TOOL_CALL_POST event is emitted with result. Full audit trail is available via API and SIEM exports.
✓
Fail-open by default
If the Thoth enforcer is unreachable, tool calls execute normally and a warning is logged. Your agent never goes down because of governance infrastructure.