curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/info \
--header 'Authorization: Bearer <token>'{
"version": "<string>",
"supported_rails": [
"<string>"
],
"supported_currencies": [
"<string>"
],
"jwks_url": "<string>"
}Machine-readable capability advertisement — what your UCP installation supports. Usually consumed via .well-known/ucp.
curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/info \
--header 'Authorization: Bearer <token>'{
"version": "<string>",
"supported_rails": [
"<string>"
],
"supported_currencies": [
"<string>"
],
"jwks_url": "<string>"
}API key (pk_test_* or pk_live_), JWT session, agent token (agent_), Ed25519 session (sess_), or portal token (portal_).