How Automagik Switch prepared their website for AI search
Automagik Switch provides powerful developer tools for creating and managing custom AI agents, enabling seamless automation and advanced task execution.
Readers will discover practical insights into creating and managing AI agents using Automagik Switch's comprehensive documentation. The guides on custom executors, task templates, and webhooks offer valuable knowledge for enhancing automation processes in development projects.
Key Insights
Focused approach
A streamlined 3-section structure keeps things simple and scannable.
Optimal length
At 79 lines, this file balances detail with AI context window efficiency.
Two-file approach
Uses both llms.txt and llms-full.txt for different AI use cases.
llms.txt Preview
First 79 lines of 79 total
# Automagik Suite Documentation
## Docs
- [Custom Executors](https://docs.namastex.ai/forge/advanced/custom-executors.md): Build your own AI agent executors for Forge
- [Parallel Execution](https://docs.namastex.ai/forge/advanced/parallel-execution.md): Run multiple AI agents simultaneously
- [Specialized Agents](https://docs.namastex.ai/forge/advanced/specialized-agents.md): Create custom agent personas for specific tasks
- [Task Templates](https://docs.namastex.ai/forge/advanced/task-templates.md): Reusable task patterns and templates
- [Webhooks & Events](https://docs.namastex.ai/forge/advanced/webhooks-events.md): Automate workflows with webhooks and event listeners
- [Claude Code](https://docs.namastex.ai/forge/agents/claude-code.md): Setup and use Anthropic's Claude with Forge
- [Cursor CLI](https://docs.namastex.ai/forge/agents/cursor-cli.md): Setup and use Cursor's command-line agent with Forge
- [Gemini](https://docs.namastex.ai/forge/agents/gemini.md): Setup and use Google's Gemini with Forge
- [Open Source Agents](https://docs.namastex.ai/forge/agents/open-source.md): Run AI coding agents locally with OpenCode and Qwen
- [OpenAI Codex](https://docs.namastex.ai/forge/agents/openai-codex.md): Setup and use OpenAI's GPT models with Forge
- [AI Agents Overview](https://docs.namastex.ai/forge/agents/overview.md): Understanding the 8 coding agents supported by Forge
- [Approvals](https://docs.namastex.ai/forge/api/approvals.md): Manage approval workflows for task attempts
- [Attempts](https://docs.namastex.ai/forge/api/attempts.md): Execute and manage task attempts
- [Containers](https://docs.namastex.ai/forge/api/containers.md): Get information about worktree containers
- [Drafts](https://docs.namastex.ai/forge/api/drafts.md): Manage draft prompts and follow-up queues
- [Filesystem](https://docs.namastex.ai/forge/api/filesystem.md): Browse repository files and discover git repositories
- [GitHub Integration](https://docs.namastex.ai/forge/api/github.md): GitHub integration for PRs and repository management
- [MCP Tools](https://docs.namastex.ai/forge/api/mcp-tools.md): Control Forge from AI coding agents via MCP
- [Processes](https://docs.namastex.ai/forge/api/processes.md): Monitor and control running processes
- [Projects](https://docs.namastex.ai/forge/api/projects.md): Manage Forge projects via REST API
- [REST Overview](https://docs.namastex.ai/forge/api/rest-overview.md): Complete reference for Forge's REST API
- [Tasks](https://docs.namastex.ai/forge/api/tasks.md): Create and manage tasks via REST API
- [Task Templates](https://docs.namastex.ai/forge/api/templates.md): Manage reusable task templates
- [WebSocket](https://docs.namastex.ai/forge/api/websockets.md): Real-time updates via WebSocket connections
- [Configuration Commands](https://docs.namastex.ai/forge/cli/config-commands.md): Configuring Automagik Forge
- [CLI Overview](https://docs.namastex.ai/forge/cli/overview.md): Command-line interface for Automagik Forge
- [Project Commands](https://docs.namastex.ai/forge/cli/project-commands.md): Managing projects and repositories in Forge
- [Task Commands](https://docs.namastex.ai/forge/cli/task-commands.md): Managing tasks in Automagik Forge
- [AI Agents & Executors](https://docs.namastex.ai/forge/concepts/agents-and-executors.md): Understanding the 8 AI coding agents and specialized agents
- [Git Worktrees](https://docs.namastex.ai/forge/concepts/git-worktrees.md): Isolation strategy using git worktrees
- [MCP Architecture](https://docs.namastex.ai/forge/concepts/mcp-architecture.md): Model Context Protocol integration and architecture
- [Tasks & Attempts](https://docs.namastex.ai/forge/concepts/tasks-and-attempts.md): Understanding task lifecycle and multiple attempts strategy
- [Vibe Coding++™](https://docs.namastex.ai/forge/concepts/vibe-coding-plus.md): The philosophy behind human-AI collaboration in Forge
- [Environment Variables](https://docs.namastex.ai/forge/config/environment-variables.md): Configure Forge with environment variables
- [GitHub OAuth](https://docs.namastex.ai/forge/config/github-oauth.md): Configure GitHub authentication for Forge
- [LLM Configuration](https://docs.namastex.ai/forge/config/llm-configuration.md): Configure AI coding agents in Forge
- [Project Structure](https://docs.namastex.ai/forge/config/project-structure.md): Understanding Forge's file organization
- [Installation](https://docs.namastex.ai/forge/installation.md): Get Forge up and running
- [Introduction to Forge](https://docs.namastex.ai/forge/introduction.md): Where Vibe Coding Meets Structure
- [Claude Code Setup](https://docs.namastex.ai/forge/mcp/claude-code-setup.md): Configure MCP for Claude Desktop and Claude Code
- [Cursor Setup](https://docs.namastex.ai/forge/mcp/cursor-setup.md): Configure MCP for Cursor IDE
- [Custom MCP Clients](https://docs.namastex.ai/forge/mcp/custom-clients.md): Configure Forge MCP for any MCP-compatible client
- [MCP Integration Overview](https://docs.namastex.ai/forge/mcp/overview.md): Control Forge from any MCP-compatible AI agent
- [VSCode + Cline Setup](https://docs.namastex.ai/forge/mcp/vscode-cline-setup.md): Configure MCP for VSCode with Cline extension
- [Quick Start](https://docs.namastex.ai/forge/quickstart.md): Create your first AI-powered task in Forge
- [API Errors](https://docs.namastex.ai/forge/troubleshooting/api-errors.md): Troubleshooting REST API and MCP connection issues
- [Common Issues](https://docs.namastex.ai/forge/troubleshooting/common-issues.md): Solutions to frequently encountered problems
- [FAQ](https://docs.namastex.ai/forge/troubleshooting/faq.md): Frequently asked questions about Automagik Forge
- [Git Worktree Errors](https://docs.namastex.ai/forge/troubleshooting/git-worktree-errors.md): Troubleshooting git worktree issues in Forge
- [Bug Fixing Workflow](https://docs.namastex.ai/forge/workflows/bug-fixing.md): Systematic approach to finding and fixing bugs with AI agents
- [Code Review Workflow](https://docs.namastex.ai/forge/workflows/code-review.md): Multi-agent PR review for comprehensive code quality
- [Feature Development Workflow](https://docs.namastex.ai/forge/workflows/feature-development.md): End-to-end workflow for building new features with Forge
- [Refactoring Workflow](https://docs.namastex.ai/forge/workflows/refactoring.md): Safe code improvements with AI-assisted refactoring
- [Team Collaboration Workflow](https://docs.namastex.ai/forge/workflows/team-collaboration.md): Coordinating AI-assisted development across teams
- [Comparing Results](https://docs.namastex.ai/forge/working/comparing-results.md): Compare outputs from different AI agents
- [Creating Tasks](https://docs.namastex.ai/forge/working/creating-tasks.md): Learn how to create and configure tasks in Forge
- [Kanban Interface](https://docs.namastex.ai/forge/working/kanban-interface.md): Master the Forge visual task board
- [Managing Attempts](https://docs.namastex.ai/forge/working/managing-attempts.md): Work with multiple task attempts and AI agents
- [Merging & Cleanup](https://docs.namastex.ai/forge/working/merging-cleanup.md): Merge approved changes and clean up worktrees
- [Automagik Forge](https://docs.namastex.ai/index.md): AI Orchestration Kanban - Where Vibe Coding Meets Structure
- [Quick Start](https://docs.namastex.ai/quickstart.md): Get started with Automagik Forge in 2 minutes
- [Forge](https://docs.namastex.ai/suite/forge.md): AI Orchestration Kanban - Where Vibe Coding Meets Structure
## OpenAPI Specs
- [openapi](https://docs.namastex.ai/openapi.yaml)
## Optional
- [Discord Community](https://discord.gg/xcW8c7fF3R)
- [GitHub](https://github.com/namastexlabs)
- [Product Roadmap](https://github.com/orgs/namastexlabs/projects/9)
Built with [Mintlify](https://mintlify.com).Automagik Switch is set up. Is yours?
Check your AI readiness in 30 seconds. See who AI recommends in your space. Free, no signup.
1000+ sites already set up
Automagik Switch is ready for AI. Are you?
Check your AI readiness score in 30 seconds — free, no signup required. Then generate your own llms.txt and start tracking your visibility.