Skip to main content
The SuperAgents API gives you full lifecycle control over always-on AI agents. Each SuperAgent runs in its own cloud container with persistent memory, installable skills, and multi-chain trading.
  • Rate limit: 60 requests per minute
  • Minimum credits: $100 to launch a SuperAgent through the API
  • Max agents: 10 SuperAgents per account

Quick Start

Endpoints

Key Concepts

Soul.md

The agent’s identity file. Controls personality, trading style, risk parameters, and behavior. You can set it at launch or update it later via PUT /:id/soul.

Skills

Modular capabilities your agent can use — trading on HyperLiquid, betting on Polymarket, etc. List available skills with GET /:id/skills and toggle them with PUT /:id/skills.

Wallet

Each SuperAgent gets a dedicated trading wallet managed by Privy. The API only exposes public addresses — private keys are never returned. Use the dashboard to manage funds.

Error Handling

All errors follow a consistent format:
Upstream errors from the agent runtime use: