Skip to main content

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.

Overview

Projects are the primary unit for organizing your AI agents. Each project belongs to a team and has:
  • Its own API keys
  • Agents (each with LLM, skills, MCP servers, and tools)
  • Conversation history
  • Capsule sandbox sessions

Creating a Project

  1. Go to astralform.ai
  2. Select the team you want to create the project under
  3. Click New Project in the sidebar
  4. Enter a project name
  5. Click Create
You must have owner or admin role in the team to create projects.
The encryption key is shown only once at creation. Save it securely — it’s required for client-side MCP tools and conversation decryption.

Project Settings

Access project settings by clicking the gear icon next to your project name.

General

  • Project Name - Display name for the project
  • Project ID - Unique identifier (read-only)
  • Team - The team this project belongs to (read-only)

Danger Zone

  • Delete Project - Permanently removes the project and all associated data
Deleting a project cannot be undone. All conversations, API keys, and configurations will be lost.

Multiple Projects

Use separate projects for:
  • Development vs Production - Different API keys and configurations
  • Different Apps - Each app gets its own project
  • Testing - Isolated environment for experiments

API Access

Each project exposes the same API endpoints, authenticated by project-specific API keys:
# All requests require the X-API-Key header
curl -X GET https://api.astralform.ai/v1/conversations \
  -H "X-API-Key: your-project-api-key"

Next Steps

API Keys

Generate and manage API keys

Agents

Configure agents with LLM, skills, and tools