Get started with Agent Guard

Create your account, pick a plan, and get your API key in under 2 minutes.

1
Account
2
Plan
3
Setup
4
Ready
Create your account
Sign up to start protecting your AI agents.
Already have an account? Sign in
Choose your plan
All plans include the full guard pipeline. Upgrade or downgrade anytime.
Developer
10K calls/mo · up to 5 agents · cloud API
$20/mo
Pro POPULAR
500K calls/mo · unlimited agents · dashboard + alerts
$100/mo
Enterprise
Unlimited · on-premise · SSO · dedicated support
Custom
Compare plans in detail →
Configure your workspace
Tell us about your setup so we can optimize the guard pipeline for your stack.
You're all set!
Your workspace is ready. Here's your API key — keep it safe.
njt_sk_a8f2c9d1e4b7…3k9m
This key is shown once. You can regenerate it anytime from Settings.
python — test your connection
from noject import AgentGuard

guard = AgentGuard("njt_sk_a8f2c9d1e4b7…3k9m")
result = guard.scan_input(
    agent_id="agent-1",
    content="Hello, world!"
)
print(result.blocked)  # False — clean input