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

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-login

/astralform-projects

List all your projects grouped by team.
/astralform-projects
Shows:
  • 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.
/astralform-create-project
Prompts for:
  • Team selection (or create a new team)
  • Project name
  • LLM provider selection
  • API key generation
The encryption key is shown only once at creation. Save it securely - you’ll need it for client-side MCP tools.

/astralform-setup

Interactive setup wizard for configuring a project completely.
/astralform-setup
Walks through:
  1. Selecting or creating a team
  2. Creating or selecting a project
  3. Configuring LLM provider
  4. Generating API key
  5. Enabling connectors (Slack, Notion, GitHub)
  6. Configuring web search
  7. Configuring agent memory
  8. Setting up guard rails (PII detection, execution limits)
  9. Setting environment variables
  10. Creating agents (multi-agent system)
  11. Adding skills to agents
  12. Summary with next steps

/astralform-connectors

Browse the connector catalog and view which connectors are enabled for your projects.
/astralform-connectors
Shows:
  • 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.
/astralform-enable-connector
Walks through:
  1. Selecting a team, then a project
  2. Choosing a connector from the catalog
  3. Collecting credentials (OAuth client ID/secret or API key)
  4. Enabling the connector
OAuth connectors require a dedicated OAuth app created with the service provider (Slack, GitHub, Notion). See Connectors for setup guides.

/astralform-agents

List and manage agents configured for a project.
/astralform-agents
Shows:
  • 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.
/astralform-create-agent
Walks through:
  1. Selecting a team, then a project
  2. Agent name, display name, and description
  3. System prompt for the agent’s specialty
  4. Optional LLM override
  5. Assigning skills and connectors
View or configure web search settings for a project.
/astralform-search
Shows:
  • 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.
/astralform-memory-settings
Shows:
  • Memory enabled/disabled
  • Retrieval and extraction settings
  • Retrieval limit and injection token budget

/astralform-guardrails

View or configure safety guard rails for a project.
/astralform-guardrails
Shows:
  • 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.
/astralform-envs
Shows:
  • 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.
/astralform-model-providers
Shows:
  • Stored provider keys with hints
  • Options to add, update, delete, or test keys

/astralform-analytics

View usage analytics for a project.
/astralform-analytics
Shows:
  • 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:
SayTriggers
”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