# Astralform ## Docs - [List Agents](https://astralform.mintlify.app/api-reference/agents/list.md): Get available agents for the project. - [Chat Stream](https://astralform.mintlify.app/api-reference/chat/stream.md): Stream AI responses in real-time using Server-Sent Events (SSE) for responsive chat experiences. - [Tool Result](https://astralform.mintlify.app/api-reference/chat/tool-result.md): Submit the result of a client-side tool execution to continue the AI conversation flow. - [Delete Conversation](https://astralform.mintlify.app/api-reference/conversations/delete.md): Permanently delete a conversation and all its messages from the system. - [Get Conversation](https://astralform.mintlify.app/api-reference/conversations/get.md): Retrieve a specific conversation with its complete message history. - [List Conversations](https://astralform.mintlify.app/api-reference/conversations/list.md): Retrieve a paginated list of conversations for the authenticated project. - [API Reference](https://astralform.mintlify.app/api-reference/introduction.md): Complete reference documentation for the Astralform REST API, including authentication, endpoints, and response formats. - [List Skills](https://astralform.mintlify.app/api-reference/skills/list.md): Get enabled skills for the project. - [Health Check](https://astralform.mintlify.app/api-reference/status/health.md): Check if the Astralform API server is running and healthy. - [Project Status](https://astralform.mintlify.app/api-reference/status/project.md): Check if a project is ready for chat with a configured LLM provider. - [List Platform Tools](https://astralform.mintlify.app/api-reference/tools/list.md): Get platform tools enabled for this project (e.g., web search). - [List MCP Tools](https://astralform.mintlify.app/api-reference/tools/mcp.md): Get server-side MCP tools configured for this project. - [Agents](https://astralform.mintlify.app/dashboard/agents.md): Configure your AI through agents — each with its own LLM, skills, MCP servers, and tools. - [API Keys](https://astralform.mintlify.app/dashboard/api-keys.md): Generate, rotate, and manage API keys for authenticating your iOS app with the Astralform backend. - [Pods](https://astralform.mintlify.app/dashboard/capsule/pods.md): Manage active sandbox pods for your agents. - [Templates](https://astralform.mintlify.app/dashboard/capsule/templates.md): Available sandbox templates and custom template management. - [Connectors](https://astralform.mintlify.app/dashboard/connectors.md): Integrate OAuth and API key services (Slack, Notion, GitHub) so your agents can access external tools on behalf of end users. - [LLM Providers](https://astralform.mintlify.app/dashboard/llm-providers.md): Configure OpenAI, Anthropic, Groq, or Ollama as your AI model provider for Astralform projects. - [MCP Servers](https://astralform.mintlify.app/dashboard/mcp-servers.md): Connect Model Context Protocol (MCP) servers to give your AI access to databases, APIs, and external services. - [Platform Tools](https://astralform.mintlify.app/dashboard/platform-tools.md): Enable built-in platform tools like Tavily web search to enhance your AI agent's capabilities without additional setup. - [Projects](https://astralform.mintlify.app/dashboard/projects.md): Create and manage Astralform projects under teams to organize your AI agents, API keys, and tool configurations. - [Skills](https://astralform.mintlify.app/dashboard/skills.md): Add specialized capabilities to your AI agent using the agentskills.io specification. - [Teams](https://astralform.mintlify.app/dashboard/teams.md): Organize developers and projects under teams with role-based access control. - [Introduction](https://astralform.mintlify.app/index.md): Astralform is an AI agent platform that lets you add conversational AI with tool-calling capabilities to your apps in minutes. - [Client Tools](https://astralform.mintlify.app/ios-sdk/client-tools.md): Enable client-side MCP tools to give your AI access to device capabilities like Calendar, Contacts, and Photos on iOS. - [Configuration](https://astralform.mintlify.app/ios-sdk/configuration.md): Configure the Astralform iOS SDK client with your API key, base URL, and optional settings for customized behavior. - [Conversations](https://astralform.mintlify.app/ios-sdk/conversations.md): Create, manage, and stream AI conversations using the Astralform iOS SDK with real-time Server-Sent Events. - [Installation](https://astralform.mintlify.app/ios-sdk/installation.md): Install the Astralform iOS SDK using Swift Package Manager or CocoaPods to add AI agent capabilities to your app. - [Authentication](https://astralform.mintlify.app/plugin/authentication.md): Authenticate the Astralform plugin using OAuth 2.0 Device Authorization Flow. - [Commands](https://astralform.mintlify.app/plugin/commands.md): Slash commands available in the Astralform Claude Code plugin. - [Installation](https://astralform.mintlify.app/plugin/installation.md): Install the Astralform plugin for Claude Code to manage projects directly from your terminal. - [MCP Tools](https://astralform.mintlify.app/plugin/mcp-tools.md): Complete reference for Astralform MCP tools available in Claude Code. - [Quickstart](https://astralform.mintlify.app/quickstart.md): Get Astralform working in your iOS app in under 5 minutes with this step-by-step guide. ## OpenAPI Specs - [openapi](https://astralform.mintlify.app/api-reference/openapi.json)