Superset
Superset runs parallel AI coding agents in isolated Git worktrees. This service speaks the Model Context Protocol (JSON-RPC over Streamable HTTP) rather than the A2A message protocol — connect an MCP client to the URL below to create workspaces, launch coding agents, schedule automations, and manage tasks on behalf of a Superset user.
AgentCard object — a capabilities object, a declared protocolVersion, and a well-formed skills array.
An A2A client finds this agent by fetching the well-known path on the provider's own host. That is what makes an agent card different from every other agent artifact in this catalog: it is provider-published by construction — it cannot be derived, generated, or reconstructed on a provider's behalf.
Workspace orchestration workspaces
Create, list, rename, and delete branch- or PR-scoped Git worktree workspaces on a user's registered hosts.
gitworktreeworkspaceCoding-agent sessions agents
Launch coding-agent sessions (Claude Code, Codex, OpenCode, and other CLI agents) with a prompt inside a workspace; list installed agent presets.
coding-agentterminalScheduled automations automations
Schedule recurring agent runs with RFC 5545 RRULEs, pause/resume/dispatch them, and read run logs.
automationschedulingTask tracking tasks
Create, search, update, and delete tasks in a Superset organization, including statuses and member assignment.
tasksproject-management2026-07-28 from https://superset.sh/.well-known/agent-card.json,
HTTP 200. The body was saved verbatim and is the sole source for
everything on this page — no field is inferred.
View the captured card.
Providers change what they serve; if this card has moved or changed shape,
the provider profile carries the
current state as of the last build.
Work with this as data
Every agent card here is available over the APIs.io API and to AI agents over MCP. A2A Agent Cards is not yet its own endpoint on the v1 API. Reach it through catalog search and the tag graph, or the MCP server.