> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gigabrain.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> What you can build with the Gigabrain API

The Gigabrain API gives you three surfaces: a reasoning engine for crypto markets, an Alpha stream for generated signals, and infrastructure to run autonomous trading agents.

## Brain API

A single stateless endpoint (`POST /v1/chat`) that takes a natural language query and returns trade-ready analysis. Ask it anything about crypto — trade setups, squeeze scans, macro risk, narrative momentum — and get back structured, actionable data.

You get back structured JSON you can pipe straight into your execution logic. No sessions, no state, no routing to manage.

<Card title="Brain API Overview" icon="brain" href="/developers/brain-api-overview">
  See what your bot can do with real examples
</Card>

## Alpha

A live signal stream for Alpha trade setups and Radar insights. Use it when your system should react as soon as Gigabrain generates new market intelligence.

<Card title="Alpha Overview" icon="chart-line" href="/developers/alpha-overview">
  Understand Alpha, Radar, and webhook delivery
</Card>

## SuperAgents

Always-on AI agents with persistent memory, installable skills, and multi-chain trading. Each SuperAgent runs in its own cloud computer with a dedicated Telegram bot for real-time interaction.

<Card title="SuperAgents" icon="bolt" href="/core-features/superagents">
  Learn about SuperAgents
</Card>

## Quick Links

<CardGroup cols={3}>
  <Card title="Get API Key" icon="key" href="https://gigabrain.gg/profile?tab=api">
    Generate your key (starts with gb\_sk\_)
  </Card>

  <Card title="Auth & Basics" icon="lock" href="/developers/introduction">
    Rate limits, response format, status codes
  </Card>

  <Card title="Alpha Webhooks" icon="plug" href="/developers/webhooks">
    Receive Alpha trade signals and Radar insights
  </Card>

  <Card title="Agent Skills" icon="puzzle-piece" href="/openclaw/overview">
    Give any AI agent access to Gigabrain
  </Card>
</CardGroup>
