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

# Introduction

> Welcome to the RapidAgent Documentation. RapidAgent makes it easy to build, manage and deploy LLM Agents.

<video controls autoplay width="100%" height="500px" src="https://s3.eu-north-1.amazonaws.com/clickable.so/google-earnings.mp4" />

## RapidAgent platform

<CardGroup cols={2}>
  <Card title="Platform" icon="layer-group" href="/platform">
    High level overview of RapidAgent.
  </Card>

  <Card title="Concepts" icon="brain" href="/concepts">
    Core concepts of RapidAgent.
  </Card>

  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    Learn about the authentication system.
  </Card>

  <Card title="API endpoints" icon="code" href="/api-reference/authentication">
    Get started using the RapidAgent API.
  </Card>
</CardGroup>

## Libraries

Currently RapidAgent is only available as a REST API. We are working on releasing a `Python` and `Javascript` SDK.

<CardGroup cols={3}>
  <Card title="Python" icon="python">
    Coming soon.
  </Card>

  <Card title="Javascript" icon="square-js" href="https://github.com/homanp/RapidAgent-js">
    Documentation for running RapidAgent in Javascript envs.
  </Card>

  <Card title="CLI" icon="square-terminal">
    Coming soon.
  </Card>
</CardGroup>
