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

# API Routerとの連携アプリ

> サードパーティアプリをAlter API Routerに接続する

外部アプリをAlter API Routerと連携する国際的に、このガイドをご利用ください。

## 連携ガイド

<CardGroup cols={2}>
  <Card title="TypingMind" icon="plug" href="/ja/api-router/typingmind">
    TypingMind で Alter のエンドポイントとヘッダーを使い、カスタム OpenAI Chat Completions モデルを設定します。
  </Card>

  <Card title="Msty.ai" icon="plug" href="/ja/api-router/msty">
    Msty.aiでAlterエンドポイント、APIキー、モデルID形式を設定します。
  </Card>

  <Card title="一般セットアップパターン" icon="book-open" href="/ja/api-router/api-gateway">
    多くのOpenAI互換アプリで使うベースURL、APIキーの扱い、モデルIDの形式です。
  </Card>
</CardGroup>

## 連携チェックリスト

1.ベースURLを`https://alterhq.com/api`に設定する（必要なら`/v1`）
2.認証ヘッダーを`Authorization: Bearer YOUR_API_KEY`に設定する
3.モデルIDは`Provider#Model-name`形式を使う
4.初回リクエスト前にモデル一覧を取得する

## 関連

* [APIルーター概要](/ja/references/api-router-overview)
* [APIモデル考察](/ja/references/api-model-names)
