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

# Welcome

> Use OpenRush with your AI agent.

OpenRush gives your AI agent real marketing data.

It helps Claude, ChatGPT, Codex, and other agents answer marketing questions with fresh search, competitor, keyword, and website data.

<div className="or-hero-line">
  Our top customers use OpenRush to <span className="or-pill or-pill-cyan">analyze competitors</span>, <span className="or-pill or-pill-violet">find keyword gaps</span>, <span className="or-pill or-pill-green">discover search opportunities</span>, and <span className="or-pill or-pill-red">grow organic traffic</span>.
</div>

You do not need to be a developer to start. Most people should connect OpenRush to an AI agent from the Dashboard, then ask normal questions.

## What can OpenRush help with?

OpenRush gives your agent the data it needs to research, compare, and explain what to do next.

<div className="or-feature-grid">
  <a className="or-feature-card" href="/quickstart">
    <span className="or-feature-icon">
      <Icon icon="globe" size={30} color="#3B82F6" />
    </span>

    <span>Competitor research</span>
  </a>

  <a className="or-feature-card" href="/quickstart">
    <span className="or-feature-icon">
      <Icon icon="chart-line" size={30} color="#8B5CF6" />
    </span>

    <span>Keyword gaps</span>
  </a>

  <a className="or-feature-card" href="/quickstart">
    <span className="or-feature-icon">
      <Icon icon="sparkles" size={30} color="#10B981" />
    </span>

    <span>Search opportunities</span>
  </a>

  <a className="or-feature-card" href="/quickstart">
    <span className="or-feature-icon">
      <Icon icon="image" size={30} color="#F59E0B" />
    </span>

    <span>SERP snapshots</span>
  </a>

  <a className="or-feature-card" href="/quickstart">
    <span className="or-feature-icon">
      <Icon icon="shield" size={30} color="#06B6D4" />
    </span>

    <span>Website audits</span>
  </a>

  <a className="or-feature-card" href="/guides/mcp">
    <span className="or-feature-icon">
      <Icon icon="users" size={30} color="#EC4899" />
    </span>

    <span>Agent answers</span>
  </a>
</div>

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart: Get answers in 1 min" icon="rocket" href="/quickstart">
    Connect OpenRush with MCP and ask your first marketing question.
  </Card>

  <Card title="Use MCP" icon="sparkles" href="/guides/mcp">
    Let Claude, Codex, or another MCP-capable tool call OpenRush for you.
  </Card>

  <Card title="Dashboard" icon="gauge-high" href="https://openrush.io/dashboard">
    Manage setup, API keys, activity, credits, and billing.
  </Card>

  <Card title="Developer API" icon="code" href="/api-reference/tools">
    Call the REST API directly when you are building software.
  </Card>
</CardGroup>

## Questions you can ask

You can ask your agent:

* "Who are my search competitors?"
* "Which keywords are competitors ranking for that I am missing?"
* "What pages on this site bring the most organic traffic?"
* "What does Google show today for this search?"
* "What should I fix on my website first?"

OpenRush turns those questions into structured data your agent can use.

## Start in the Dashboard

Use [openrush.io/dashboard](https://openrush.io/dashboard) for the everyday workflow:

* **Setup**: connect OpenRush to your AI agent.
* **API access**: create and revoke API keys.
* **Activity**: see recent API and MCP requests.
* **Billing**: check your balance and buy credits.

## For developers

OpenRush also has a public REST API. Developers can call `/v1/tools/*` endpoints directly with an API key.

If you are building with the API, start with:

* [Authentication](/fundamentals/authentication)
* [Credits and rate limits](/fundamentals/credits-and-rate-limits)
* [Tool reference](/api-reference/tools)

<Note>
  The API is powerful, but you do not need to learn API details to use OpenRush with an AI agent.
</Note>
