Context
From the April 7, 2026 Office Hours, the group explored using subdomains as a grouping and trust boundary mechanism for skill bundles.
Key points from the discussion:
- Subdomains as trust boundaries — each subdomain acts as an authority for its set of skills, which is RFC-compliant with the well-known URI spec (well-known URIs must be at the domain root per the RFC)
- Subdomain discovery — Jonathan proposed an orthogonal well-known URI for subdomain discovery: a client hits the root domain first, gets a list of subdomains, then cascades to each subdomain's skill index
- Multi-tenant use case — Jack raised this from the Kong/gateway perspective: "how would they operate this without one giant tool bundle?" Large organizations need a way to partition skills across teams or services
- Gateway implications — in a gateway context, subdomain-based grouping could map naturally to backend routing and per-tenant skill sets
Questions to investigate
- Discovery mechanism — how would a root domain advertise its skill-serving subdomains? A dedicated well-known URI? An extension to the existing
index.json format?
- Cascading resolution — what does the client workflow look like? Hit root → get subdomain list → hit each subdomain's
/.well-known/agent-skills/index.json?
- Trust model — how does subdomain-based trust interact with the existing skill trust model? Should subdomains inherit trust from the parent domain or be independently verified?
- Scale considerations — at what point does subdomain grouping become necessary vs. a flat index? What are the practical limits?
- Gateway/multi-tenant patterns — how would this work in a Kong-style gateway where multiple tenants share infrastructure?
Related
🦉 Generated with Claude Code
Context
From the April 7, 2026 Office Hours, the group explored using subdomains as a grouping and trust boundary mechanism for skill bundles.
Key points from the discussion:
Questions to investigate
index.jsonformat?/.well-known/agent-skills/index.json?Related
🦉 Generated with Claude Code