Settings

Manage API keys, scopes, and rate limits

← Back to Dashboard
Demo mode — showing sample data
🔐

API Keys

4
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")