Skip to Content
DocumentationGuidesChoose Your Path

Choose Your Path

Use this page when you know what you want to build but do not know which Aether Forge guide to follow.

Start Here

GoalStart withWhy
Try the framework safelyFirst 10 MinutesNo API key, no wallet, no live funds
Install the right package setInstall MatrixPick only the extras your agent actually needs
Understand generated filesGenerated Agent AnatomyKnow which files are specs, code, config, and state
Build a normal non-crypto agentGetting StartedValidated artifact loop and one sandbox tick
Add an LLM plannerGetting Started - Add an LLM PlannerExplicit provider setup and planner provenance
Build a crypto agentEnd-to-End TutorialSandbox first, paper mode before live capital
Write a strategy fileWriting StrategiesPlain-English strategy shape and generated parameters
Embed agents in a SaaS appMulti-Tenant IntegrationPer-tenant paths, memory, policy, and observability
Run multiple agents togetherMulti-Agent TeamsA2A ports, cards, tasks, and team topology
Accept x402 paymentsAccept PaymentsPayment gates, budgets, and verification
Extend the frameworkExtending the FrameworkPlugin entry points and public Protocols
Prepare for productionProduction ReadinessDoctor, rollout evidence, incidents, memory, and secrets

For most developers:

  1. First 10 Minutes
  2. Generated Agent Anatomy
  3. Getting Started
  4. CLI Reference
  5. One feature guide for your use case

For production or live-capital work:

  1. First 10 Minutes
  2. Install Matrix
  3. End-to-End Tutorial
  4. Production Readiness
  5. Troubleshooting

Which Runtime Mode Should I Use?

SituationCommand shape
General local testforge run ./agent --environment sandbox --auto-approve
Crypto scaffold, no live ordersforge run ./agent --environment sandbox --mode paper --auto-approve
Production profile, no cryptoforge run ./agent --environment production
Production crypto, live capitalforge run ./agent --environment production --mode live

--environment controls policy and promotion context. --mode controls the crypto scaffold trading backend.

What to Read Later

Skip these until the need appears:

  • Open Agent Economy if you are using ERC-8004, ERC-8126, x402, or A2A trust flows.
  • Skills & Registries if you are adding SKILL.md packages.
  • Stable API if you are writing integration code against aether_forge.
  • Upgrading when moving existing generated agents to a newer framework version.
Last updated on