🛡️ AgentMolt
Dashboard
Agents
Alerts
Costs
Drift
SLOs
Runbooks
Approvals
Deploys
Incidents
Investigations
Evals
Notifications
Traces
Telemetry
Audit Log
Settings
Pricing
Integrations
Enterprise
Quickstart
GitHub
Sign In
Get Early Access
☰
Settings
Manage API keys, scopes, and rate limits
← Back to Dashboard
Demo mode — showing sample data
Try Live
🔐
API Keys
4
⏳
+
Create Key
Loading tokens...
⚡
Quick Start
# Install the SDK
pip install agentmolt
# Initialize with your key
from
agentmolt
import
AgentMolt
molt = AgentMolt(api_key=
"am_your_key_here"
)
molt.register(
"my-agent"
, model=
"gpt-4o"
)