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

# Welcome to Bloom

> Secure API access management for your AI agents

<img className="block dark:hidden" src="https://mintcdn.com/bloomtechnologies/0ve9K9oHpHz8i4gw/images/hero.png?fit=max&auto=format&n=0ve9K9oHpHz8i4gw&q=85&s=9def4fef44181d3d70f0af12aa251719" alt="Bloom Landing" width="2940" height="1662" data-path="images/hero.png" />

<img className="hidden dark:block" src="https://mintcdn.com/bloomtechnologies/0ve9K9oHpHz8i4gw/images/hero.png?fit=max&auto=format&n=0ve9K9oHpHz8i4gw&q=85&s=9def4fef44181d3d70f0af12aa251719" alt="Bloom Landing" width="2940" height="1662" data-path="images/hero.png" />

## What is Bloom?

Bloom provides secure API access management for your AI agents through integrations, scopes, and authentication. Whether you're building autonomous agents or complex AI workflows, Bloom ensures your agents can securely access external services.

<CardGroup cols={3}>
  <Card title="Integrations" icon="settings" href="/integrations/overview">
    Connect to external services like OpenAI, GitHub, Slack, and more
  </Card>

  <Card title="Scopes" icon="shield" href="/api-reference/scopes">
    Define fine-grained access permissions for API endpoints
  </Card>

  <Card title="Agents" icon="robot" href="/guides/first-agent">
    Manage AI agents and assign them specific scopes
  </Card>
</CardGroup>

## Quick Start

<Steps>
  <Step title="Create an Integration">
    Go to the Integrations tab and add a service (e.g., OpenAI, GitHub). Configure your API credentials securely.
    <Note>Admin access required</Note>
  </Step>

  <Step title="Define Scopes">
    Create scopes in the Scopes tab to define which HTTP methods and API paths your agents can access.
  </Step>

  <Step title="Create & Configure Agent">
    Add an agent in the Agents tab and assign it the appropriate scopes for the services it needs to access.
  </Step>

  <Step title="Use in Your Code">
    Implement the agent in your application using our proxy API or MCP server integration.
  </Step>
</Steps>
