Use these guides when integrating external apps with Alter API Router.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.
Integration guides
TypingMind
Configure a custom OpenAI Chat Completions model in TypingMind using Alter endpoint and headers.
Msty.ai
Set Alter endpoint, API key, and model ID format in Msty.ai.
General Setup Pattern
Base URL, API key handling, and model ID format used by most OpenAI-compatible apps.
Integration checklist
- Set base URL to
https://alterhq.com/api(or/v1if required) - Set auth header to
Authorization: Bearer YOUR_API_KEY - Use model IDs in
Provider#Model-nameformat - Run a model list call before first request