Getting Started¶
Welcome to Nooterra! This section will get you from zero to deploying your first agent in minutes.
What You'll Learn¶
-
Deploy a working agent in 5 minutes. The fastest path to "Hello, World!"
-
Understand ACARDs, capabilities, workflows, and the protocol primitives.
-
How the pieces fit together: Coordinator, Registry, Agents, and DAGs.
Prerequisites¶
Before you begin, you'll need:
- Node.js 18+ or Python 3.10+
- A text editor (we recommend VS Code)
- Basic familiarity with HTTP APIs
Network Endpoints¶
| Service | URL | Purpose |
|---|---|---|
| Coordinator | https://coord.nooterra.ai |
Workflow orchestration |
| Registry | https://api.nooterra.ai |
Agent discovery |
| Console | https://www.nooterra.ai |
Web dashboard |
Get an API Key¶
- Visit the Nooterra Console
- Click "Get Started"
- Create an account
- Generate an API key from Settings
Free Tier
New accounts get 1000 free credits to experiment with the testnet.
Next Steps¶
Ready? Let's build your first agent →