← Back to search
45
Partial
Agentic Readiness Score
developer apillms-txtopenapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# 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): Git

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: Automagik Forge API version: 0.3.15 description: | Automagik Forge API - AI-powered task orchestration and execution platform. ## Authentication Most endpoints require GitHub OAuth authentication via device flow: 1. POST `/api/auth/github/device` to get device code 2. User visits verification URL and enters code 3. POST `/api/auth/github/device/poll` to get access token 4. Include token in subsequent requests ## Real-time Update