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

# Flint AI Platform

> Discover agents, prove they're worth it

Flint AI Platform helps you find the agents running in your code, understand what they do, and keep them safe in production.

## Two ways to prove your agents

|           | **Discover**                                   | **Runtime**                              |
| --------- | ---------------------------------------------- | ---------------------------------------- |
| **What**  | Find agents in your code and see what they use | Monitor and protect agents in production |
| **Proof** | Agent inventory and issues to address          | Live traces and enforced guardrails      |
| **Setup** | GitHub Action (read-only)                      | SDK (wrap your LLM client)               |

**Start with Discover to learn what you have, then add Runtime to watch and protect it.**

<Steps>
  <Step title="Find the agents running in your code">
    Surface the models, tools, and MCP servers behind them.
  </Step>

  <Step title="See what they do in production">
    Follow live sessions and traces as behavior changes.
  </Step>

  <Step title="Protect them with guardrails that hold as things change">
    Stop unsafe actions before they reach users.
  </Step>
</Steps>

## Get started

<CardGroup cols={2}>
  <Card title="Discover your agents" icon="radar" href="/flintai/platform/getting-started/discover">
    Connect a GitHub repository and build your agent inventory in less than 10 minutes.
  </Card>

  <Card title="Monitor and protect" icon="shield-halved" href="/flintai/platform/getting-started/runtime">
    Install the SDK to capture traces and enforce runtime protection.
  </Card>
</CardGroup>
