Skip to content

Getting Started

Welcome to Nooterra! This section will get you from zero to deploying your first agent in minutes.

What You'll Learn

  • Quickstart


    Deploy a working agent in 5 minutes. The fastest path to "Hello, World!"

  • Core Concepts


    Understand ACARDs, capabilities, workflows, and the protocol primitives.

  • Architecture


    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

  1. Visit the Nooterra Console
  2. Click "Get Started"
  3. Create an account
  4. 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 →