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

# Introduction

> Pull rocketblue data into your own dashboards, scripts, and automations.

## What is the rocketblue API?

The rocketblue API gives you programmatic access to the same brand intelligence data that powers the rocketblue app. Use it to integrate AI-visibility metrics, analysis runs, content suggestions, and perception scores into your own tooling.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first API call in under 2 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate with API keys.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/discovery">
    Full reference for all endpoints.
  </Card>

  <Card title="MCP" icon="plug" href="/mcp-overview">
    Connect AI assistants via the Model Context Protocol.
  </Card>

  <Card title="Pagination" icon="list" href="/pagination">
    Understand paging and limits.
  </Card>
</CardGroup>

## Base URL

Every request starts with your organization's API base URL, found in **Settings → API** inside the app:

```text theme={null}
https://app.rocketblue.ai/api
```

## What you can do

| Category                         | What you get                                                              |
| -------------------------------- | ------------------------------------------------------------------------- |
| **Organization & brand context** | Plan, quotas, schedule, and targeting for your API key                    |
| **Brands**                       | List all brands tracked in your organization                              |
| **Runs**                         | Browse the history of analysis runs with aggregate metrics                |
| **Results**                      | Per-prompt presence, sentiment, rank, and (optionally) raw LLM responses  |
| **Created content**              | Fetch saved content drafts created in the app                             |
| **Content suggestions**          | AI-generated content ideas derived from each run                          |
| **Sources**                      | Domains and URLs that LLMs cited when analyzing your brand                |
| **Web search queries**           | Queries used by LLM models during analysis                                |
| **Perception**                   | Scored perception properties (trust, clarity, etc.) with LLM explanations |
| **Topics & prompts**             | Add, organize, and delete the prompts that drive your analysis            |
