Scaffold a new AI agent with real-world infrastructure in seconds.
npx create-atxp-agent my-agentATXP gives your agent one account with:
- Wallet — send/receive payments on Base (USDC)
- Email — agent gets its own
@atxp.emailaddress - 100+ tools — search, LLM inference, image gen, SMS, and more
- $5 free credits to start
No API key sprawl. No manual fund management. Your agent pays per call from its own balance.
# 1. Create your project
npx create-atxp-agent my-agent
# 2. Register your agent (get wallet + email + $5 credits)
npx atxp agent register
# 3. Set your connection string
export ATXP_CONNECTION=<your-connection-string>
# 4. Run
cd my-agent && npm start| Template | Description |
|---|---|
basic |
Node.js agent with ATXP tools + Claude |
cloudflare |
Cloudflare Worker agent with ATXP tools |
Complete the challenge to verify your agent can send real payments:
# Send 0.01 ATXP to the Payment Echo bot
# You'll receive a welcome certificate by email
npx atxp pay atxp_acct_9HklRukQ9z515Zrg9nlDL 0.01 "activation challenge"Full examples: github.com/lamira-the-human/atxp-agent-quickstart
MIT