Last active
June 23, 2026 00:05
-
-
Save camelmasa/28b2b6e9f7746c568446e0457ef47b60 to your computer and use it in GitHub Desktop.
UCP agent platform profile (public key only)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "ucp": { | |
| "version": "2026-04-08", | |
| "services": { | |
| "dev.ucp.shopping": [ | |
| { "version": "2026-04-08", "transport": "mcp" } | |
| ] | |
| }, | |
| "capabilities": { | |
| "dev.ucp.shopping.catalog.search": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.catalog.lookup": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.cart": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.checkout": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.fulfillment": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.discount": [{ "version": "2026-04-08" }], | |
| "dev.ucp.shopping.order": [{ "version": "2026-04-08" }] | |
| } | |
| }, | |
| "signing_keys": [ | |
| { | |
| "kid": "ucp-agent-e2e-1", | |
| "kty": "EC", | |
| "crv": "P-256", | |
| "x": "HYmeNnfOZBWVTVaaGdmT9zm1AhnyGk6gRg6figr81Nc", | |
| "y": "ItphQMBQMBHCQ0-Ado5K9dcsxDkkSrE2LQCm2pPd7uE", | |
| "use": "sig", | |
| "alg": "ES256" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment