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

# Introduction

> Welcome to the kurator Documentation. kurator 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" />

## kurator platform

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

  <Card title="Concepts" icon="brain" href="/concepts">
    Core concepts of kurator.
  </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 kurator API.
  </Card>
</CardGroup>

## Libraries

Currently kurator 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/kurator-js">
    Documentation for running kurator in Javascript envs.
  </Card>

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