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

# AI Landing Page

> Retrieve AI-optimized landing page content for an organization

## Endpoint

`GET /rest/org/ai/{organization_id}/`

## Path Parameters

<ParamField path="organization_id" type="string" required>
  Organization identifier.
</ParamField>

## Query Parameters

<ParamField query="regenerate" type="boolean" default="false">
  Force regeneration of cached content when `true`.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET "https://api.hibonsai.com/rest/org/ai/{organization_id}/" \
    -H "X-API-Key: YOUR_API_KEY_HERE"
  ```
</RequestExample>

## Response

Returns markdown-formatted content optimized for AI consumption.
