Skip to content

lamira-the-human/create-atxp-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-atxp-agent

Scaffold a new AI agent with real-world infrastructure in seconds.

npx create-atxp-agent my-agent

What you get

ATXP gives your agent one account with:

  • Wallet — send/receive payments on Base (USDC)
  • Email — agent gets its own @atxp.email address
  • 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.

Quick start

# 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

Templates

Template Description
basic Node.js agent with ATXP tools + Claude
cloudflare Cloudflare Worker agent with ATXP tools

Activation challenge

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

Links

License

MIT

About

Scaffold a new AI agent with ATXP identity, wallet, email, and 100+ tools in seconds

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors