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

# Get started

> Arranca rápido: API Key, API Reference y Webhooks

## Lo esencial en 3 pasos

<CardGroup cols={2}>
  <Card title="2. API Reference" icon="terminal" href="/api-reference/introduction">
    Explora y prueba endpoints con OpenAPI.
  </Card>

  <Card title="3. Webhooks" icon="bolt" href="/webhooks">
    Configura tu endpoint y valida eventos.
  </Card>
</CardGroup>

### Requisitos

* Tener acceso a tu organización en Esolbay.
* Rol con permisos para gestionar API Keys y Webhooks.

<Tip>
  Para detalles completos, visita:

  <ul>
    <li><a href="/authentication">Autenticación</a></li>
    <li><a href="/webhooks">Webhooks</a></li>
    <li><a href="/api-reference/introduction">API Reference</a></li>
  </ul>
</Tip>
