> ## 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 IT Management API

> Overview of the IT Management API, a REST API for programmatic access to Admina data.

<Badge color="gray" size="sm" shape="pill">v1.0</Badge> <Badge color="gray" size="sm" shape="pill">OpenAPI 3.0.0</Badge>

Admina Public API is a RESTful API that provides programmatic access to Admina data.
It provides predictable URLs for accessing resources.
It uses built-in HTTP features to receive commands and return responses.

<Card title="Download OpenAPI Document" icon="download" href="https://api.itmc.i.moneyforward.com/public-api/docs/v1-json">
  View the OpenAPI JSON for the IT Management API.
</Card>

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

  <Card title="Authentication" icon="key">
    Provide the API key in the `Authorization: Bearer <API key>` header. You can create and manage API keys in the Admina organization settings.
  </Card>
</Columns>

## Rate limits

This OpenAPI document does not define API-specific rate limits. Follow your organization policy and avoid unnecessary bulk requests.
