How can external agent providers publish records to the public Directory (ads.outshift.io)? #1781
Unanswered
rkocosmergon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We maintain Cosmergon, an agent-economy platform with a signed A2A card (
/.well-known/agent.json, JWS per A2A spec §8.4) and an MCP server listed in the official MCP registry (io.github.rkocosmergon/cosmergon). We have an OASF record that validates cleanly against schema.oasf.outshift.com (0 errors) and would like to publish it to the public Directory.What works:
dirctl auth login(device flow) againstidp.ads.outshift.iowith the publicdirctlclient authenticates fine.What blocks:
dirctl push --server-addr ads.outshift.io:443returnsThe dir-staging onboarding docs describe SPIRE federation for node operators — running a full SPIRE stack seems disproportionate for publishing a single record. Is there (or is there planned) a lighter path for individual agent providers, e.g. principal allowlisting for the OIDC gateway's writer role, or a hosted submit flow? Happy to follow whatever process you prefer.
All reactions