Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Xcode 15+
- iOS 16+ deployment target
- An Astralform account at astralform.ai
Step 1: Create a Project
- Go to astralform.ai and sign in
- Click New Project
- Enter a project name and click Create
- Copy your API Key from the project settings
Step 2: Install the SDK
Add Astralform to your Xcode project using Swift Package Manager:- In Xcode, go to File > Add Package Dependencies
- Enter the repository URL:
- Select the latest version and click Add Package
Step 3: Configure the Client
Initialize the Astralform client with your API key:Step 4: Send Your First Message
Create a conversation and send a message:Step 5: Configure LLM Provider
In your dashboard, configure which LLM provider to use:- Go to Agents and click the Main Agent
- On the Model tab, select a provider (OpenAI, Anthropic, Groq, or Ollama)
- Enter your provider API key
- Choose the model (e.g.,
gpt-4o,claude-sonnet-4-20250514) - Click Save
Next Steps
Client Tools
Add device capabilities like Calendar and Contacts
Server MCP
Configure backend MCP servers
Platform Tools
Enable built-in tools like web search
API Reference
Explore the full API
