> ## Documentation Index
> Fetch the complete documentation index at: https://hc.saas-manager.biz.nuro.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# About AI Helpdesk API

> Overview of the AI Helpdesk API, a read-only REST API for querying sessions and knowledge articles.

<Badge color="gray" size="sm" shape="pill">v1.0.0</Badge> <Badge color="gray" size="sm" shape="pill">OpenAPI 3.1.0</Badge>

Read-only REST API for querying sessions and knowledge articles. Requires an API key issued from the Admina admin panel.

<Card title="Download OpenAPI Document" icon="download" href="https://assist.i.moneyforward.com/api/v1/openapi.json">
  View the OpenAPI JSON for the AI Helpdesk API.
</Card>

<Columns cols={2}>
  <Card title="Server" icon="server">
    Production: `https://assist.i.moneyforward.com`
  </Card>

  <Card title="Authentication" icon="key">
    Provide the API key issued from the Admina admin panel in the `X-API-Key` header.
  </Card>
</Columns>

## Rate limits

Not currently enforced at the HTTP layer. Respect upstream DynamoDB capacity when making bulk requests. Keep concurrency under approximately 20 RPS per key.
