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
Slash commands provide quick access to common operations. Type/ in Claude Code to see available commands.
Available Commands
/astralform-login
Check authentication status. Authentication is automatic via MCP OAuth — Claude Code handles it when you first use any Astralform tool./astralform-projects
List all your projects grouped by team.- Projects grouped by team
- Project name and ID
- LLM provider configured
- Number of API keys
- MCP servers enabled
/astralform-create-project
Create a new project under a team.- Team selection (or create a new team)
- Project name
- LLM provider selection
- API key generation
/astralform-setup
Interactive setup wizard for configuring a project completely.- Selecting or creating a team
- Creating or selecting a project
- Configuring LLM provider
- Generating API key
- Enabling connectors (Slack, Notion, GitHub)
- Configuring web search
- Configuring agent memory
- Setting up guard rails (PII detection, execution limits)
- Setting environment variables
- Creating agents (multi-agent system)
- Adding skills to agents
- Summary with next steps
/astralform-connectors
Browse the connector catalog and view which connectors are enabled for your projects.- Available connectors with type, category, and tools count
- Which connectors are enabled for each project
- Tools provided by each connector
/astralform-enable-connector
Interactive wizard to enable a connector for a project.- Selecting a team, then a project
- Choosing a connector from the catalog
- Collecting credentials (OAuth client ID/secret or API key)
- Enabling the connector
/astralform-agents
List and manage agents configured for a project.- Agent name, display name, and status (enabled/disabled)
- Whether agent is the default
- LLM provider and model (if overridden)
- Assigned skills and MCP server counts
/astralform-create-agent
Interactive wizard to create a new specialized agent.- Selecting a team, then a project
- Agent name, display name, and description
- System prompt for the agent’s specialty
- Optional LLM override
- Assigning skills and connectors
/astralform-search
View or configure web search settings for a project.- Current provider (ddgs, tavily, serper, exa)
- Max results setting
- API key status
- Options to enable/disable or change provider
/astralform-memory-settings
View or configure agent memory settings for a project.- Memory enabled/disabled
- Retrieval and extraction settings
- Retrieval limit and injection token budget
/astralform-guardrails
View or configure safety guard rails for a project.- PII detection (types, strategy)
- Execution limits (max model/tool calls)
- Secret guard status (protected env var count)
/astralform-envs
Manage environment variables for a project.- Current variable keys (values never exposed)
- Options to set, update, or delete variables
- Variables are encrypted at rest and injected into sandboxes
/astralform-model-providers
Manage model provider API keys in the account-level vault.- Stored provider keys with hints
- Options to add, update, delete, or test keys
/astralform-analytics
View usage analytics for a project.- Total conversations
- Messages sent
- Token usage by model
- Tool invocations
Natural Language
You can also use natural language - the plugin’s skills will trigger automatically:| Say | Triggers |
|---|---|
| ”Create an Astralform project” | Project creation flow |
| ”Add Astralform to my iOS app” | iOS SDK setup skill |
| ”Configure OpenAI for my project” | LLM configuration |
| ”Enable Slack connector” | Connector setup |
| ”Enable web search” | Search settings |
| ”Enable memory for my project” | Memory settings |
| ”Set up guard rails” | Guard rails configuration |
| ”Set TAVILY_API_KEY for my project” | Environment variable |
| ”List my agents” | Agent listing |
| ”Create a support agent” | Agent creation wizard |
| ”Add a skill to my project” | Skill creation flow |
| ”Find skills for PDF processing” | Marketplace browse |
Next Steps
MCP Tools
See all 58 MCP tools for programmatic access
