Get Started with Aegis
This guide walks through the core Aegis lifecycle:- Give your agent the live Aegis skill instructions.
- Connect the agent and receive an API token.
- Verify the provisioned Arc wallet.
- Execute a guarded x402 payment.
Prerequisites
Before you begin, make sure you have:- An email address for the agent
curlor another HTTP client- Access to
https://api.aegisintent.xyz - A way to store the returned token securely
Step 1: Load the Agent Skill File
Aegis publishes a liveSKILL.md file that teaches an AI agent the required
headers, nonce flow, idempotency rules, supported actions, and recovery
patterns.
Step 2: Connect the Agent
Aegis uses an email OTP flow to bind an agent identity to a token and wallet.1
Request a verification code
2
Complete the OTP challenge
Submit the On success, Aegis registers the agent, provisions a Circle Developer
Controlled Wallet on Arc, and returns a bearer token.
challengeId and the 6-character code sent to the agent email.Step 3: Check the Wallet
Use the token and registered email on every authenticated request.Step 4: Execute an x402 Payment
Search for paid services first:Idempotency-Key and X-Aegis-Nonce.
Next Steps
Authentication
Learn the token, email, nonce, and idempotency requirements.
Transfers
Send USDC to any EVM address on Arc.
Wealth Engine
Register DCA schedules, limit orders, and multi-yield allocations.
API Reference
Browse endpoint schemas and examples.