← Back to search
50
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtapiai-friendly

Agentic Signals

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

Embed this badge

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

Agentic Ready 50/100

            

llms.txt Content

# Superset > Run 10+ parallel coding agents on your machine Superset is an open-source desktop application that lets developers run multiple AI coding agents in parallel, each in its own isolated Git worktree. It works with any CLI-based agent including Claude Code, OpenCode, and OpenAI Codex. Agents can work on different branches or features simultaneously without conflicts. Superset is free, does not proxy API calls, and supports macOS with Windows and Linux coming soon. ## When to use Superset Reach for Superset when you need to: - Run several coding agents (Claude Code, Codex, OpenCode, or any CLI agent) at the same time on one repository without them stepping on each other — each agent gets an isolated Git worktree and its own branch. - Orchestrate agent work programmatically: create workspaces, launch agents with a prompt, open terminals, and track tasks from another agent or script via the Superset MCP server. - Schedule recurring agent runs (automations) that execute a prompt on a cron-like schedule in a fresh or existing workspace. - Review diffs, manage ports, and monitor many concurrent agent sessions from one dashboard. Superset is not a coding agent itself — it is the workspace and orchestration layer the agents run in. If you are an AI agent, the fastest way to act on a user's Superset account is the MCP server below (OAuth or API key auth); the fastest way to learn the product is the docs index at https://docs.superset.sh. ## Developer resources - [API docs](https://docs.superset.sh/mcp-server): Superset MCP server documentation - [OpenAPI spec](https://api.superset.sh/openapi.json): OpenAPI 3.1 description of the Superset API surface - [MCP server](https://api.superset.sh/api/v2/agent/mcp): Model Context Protocol server (Streamable HTTP transport) — 27 tools for tasks, workspaces, agents, automations, terminals, hosts, and projects. Alias: https://api.superset.sh/mcp - [Docs MCP server](https://docs.superset.sh/mcp): search and read the