LLM Install Instructions
Use AI assistants like Cursor, Claude, or ChatGPT to set up Onairos automatically.
Updated 19 March 2026
llmaiinstallationcursorcopilotclaude
AI-Assisted Installation
Let your AI assistant handle the setup. Works with Cursor, Claude, ChatGPT, and GitHub Copilot.
Magic Prompts By Platform
Copy the prompt for your platform into your AI assistant:
Web
Run npm install onairos, then read node_modules/onairos/llm.txt and set up the Onairos web SDK with API key {Your_API_Key}.
React Native
Run npm install @onairos/react-native, then read node_modules/@onairos/react-native/docs/llm.txt and set up the Onairos React Native SDK with API key {Your_API_Key}.
Flutter
Run dart pub add onairos, then read the installed Onairos Flutter package's llm.txt guide and set up the Flutter SDK with API key {Your_API_Key}.
Swift
Add the Swift package https://github.com/onairos/onairos-swift-sdk, then read that package's llm.txt guide and set up the Onairos Swift SDK with API key {Your_API_Key}.
Download llm.txt
For more control, download our instruction file:
What's included:
- Platform-specific prompts for Web, React Native, Flutter, and Swift
- Web SDK setup (React, Next.js, Vue)
- Mobile SDK setup (React Native, Flutter, Swift)
- Human API integration
- API endpoint reference
How to Use
| Tool | Method |
|---|---|
| Cursor / Claude / ChatGPT | Paste llm.txt contents into chat |
| GitHub Copilot | Add llm.txt to project root |
| Any AI | Reference URL: https://docs.onairos.uk/llm.txt |
Prefer direct SDK guides?
Use Web, React Native, Flutter, or Swift depending on your platform.