Documentation Index
Fetch the complete documentation index at: https://docs.anyway.sh/llms.txt
Use this file to discover all available pages before exploring further.
Get Started
Start by giving your agent the Anyway skill:Read https://docs.anyway.sh/skills/SKILL.md
Then just chat with it. Here are some things you can ask:
- “Log me in and set up my wallet”
- “Create a payment link to receive a flexible amount”
- “Show me my recent orders”
- “What’s my wallet balance?”
- “Show me my products”
Create an Account
Sign up at app.anyway.sh or log in via the CLI:npm install -g @anyway-sh/cli
anyway login
Connect a Wallet
Choose how you want to receive payments — crypto (USDC on Base) or Stripe (cards):# Crypto (USDC on Base)
anyway init wallets --type crypto
# Stripe (cards)
anyway init wallets --type stripe
Go to Wallets and follow the setup flow for Crypto or Stripe. Create a Product & Payment Link
Creating a product automatically generates a payment link you can share with customers.# Crypto product
anyway products create --name "My Agent API" --price 29.99
# Stripe product
anyway products create --name "My Agent API" --price 29.99 --provider stripe
# Stripe subscription
anyway products create --name "Pro Plan" --price 9.99 --provider stripe --type recurring --interval month
Go to Products, click Create Product, set your pricing and provider, and a payment link is generated automatically. Share the Link & Track Orders
Share the payment link (https://app.anyway.sh/pay/<linkId>) with customers. Once they pay, orders appear automatically.anyway orders list --status paid
anyway wallets balance
Next Steps
Payments
Pricing models, crypto flows, and advanced options.
Cost Tracking
Track per-customer profit.
Sandbox
Test payments safely before going live.
Developer Setup
Instrument your LLM app and set up tracing.
Need Help?
Contact Support
Have questions? We’re here to help.