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

# Listar empresas

> Retorna todas las empresas del tenant.

**Autenticación:** Bearer JWT o API Key

```json Response 200 theme={null}
{
  "empresas": [
    {
      "id": "emp_abc123",
      "rut": "76.123.456-7",
      "razon_social": "Mi Empresa SpA",
      "giro": "Desarrollo de software",
      "direccion": "Av. Providencia 1234",
      "comuna": "Providencia",
      "ciudad": "Santiago",
      "tiene_certificado": true,
      "created_at": "2025-01-15T10:30:00Z"
    }
  ]
}
```
