> ## 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

> IT Management API の概要です。Admina のデータにプログラムからアクセスするための REST API です。

<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 は、Admina のデータにプログラムからアクセスするための RESTful API です。一貫した URL 体系でリソースにアクセスでき、HTTP の標準機能でリクエストとレスポンスを処理します。

<Card title="OpenAPI ドキュメントをダウンロード" icon="download" href="https://api.itmc.i.moneyforward.com/public-api/docs/v1-json">
  IT Management API の OpenAPI JSON を確認できます。
</Card>

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

  <Card title="認証" icon="key">
    `Authorization: Bearer <API key>` ヘッダーを指定します。API キーは Admina の組織設定で作成・管理できます。
  </Card>
</Columns>

## レート制限

この OpenAPI ドキュメントでは API 固有のレート制限を定義していません。組織のポリシーに従い、不要なバルクリクエストは避けてください。
