# opensubagents.com — Open subagent definitions > The repo's real typed sub-agent system in the open: crates/schema/src/agent.rs -> cargo run -p agent-gen -> .claude/agents/*.yaml (10 generated agents), cataloged live at subagentcode.com. ## API - (no API of its own — static docs page; the live agent-definition API is GET https://subagentcode.com/api/agent-definitions) ## Honest scope note The 10-agent table is static-baked from .claude/agents/*.yaml at authoring time (2026-07-09). "Open" = the definitions are public in the repo and generated from typed Rust (crates/schema/src/agent.rs -> cargo run -p agent-gen), not hand-written — it is not a registry accepting outside submissions. ## Family This site is one of the Cloudflare Workers in the subagent*.com family. For the live, machine-readable directory of every sibling domain, Cloudflare zone ID, and worker binding, fetch: https://subagentsubdomains.com/api/dns-zones For a unified catalog of every API route across every primitive in the family: https://subagentapi.com/api/catalog