Secureagentics secures and monitors your AI agents in production. This guide walks you through creating your account, generating an API key, and registering your first agent so you can start receiving events immediately.Documentation Index
Fetch the complete documentation index at: https://docs.adrian.secureagentics.ai/llms.txt
Use this file to discover all available pages before exploring further.
Create your account
Go to secureagentics.ai and sign up. After email verification, you’ll land in your Secureagentics dashboard.
Generate an API key
In the dashboard, navigate to Settings → API Keys and click New API Key. Give it a descriptive name (e.g.,
my-first-agent) and copy the key — you won’t be able to view it again.Register your first agent
Call the Secureagentics API to register your agent. Pass your API key in the You’ll receive a response containing your agent’s unique
Authorization header:id. Save this — you’ll use it to send events.Send your first event
Use your agent’s ID to send an activity event. Events represent things your agent does: prompts, completions, tool calls, and more.
Next steps
Core Concepts
Learn about agents, events, policies, and alerts.
Connect Agents
Explore all ways to instrument your agents.
Security Policies
Enforce rules on what your agents can do.
Integrations
Connect OpenAI, LangChain, and more.