Skip to main content
GET
/
.well-known
/
ucp
/
{deployment}
UCP capability discovery for a deployment
curl --request GET \
  --url https://app.vaultgraph.com/.well-known/ucp/{deployment}
{
  "version": "<string>",
  "capabilities": [
    {
      "name": "<string>",
      "spec": "<string>",
      "version": "<string>",
      "schema": "<string>"
    }
  ],
  "services": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.vaultgraph.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

deployment
string
required

Response

UCP Discovery profile

version
string
required
capabilities
object[]
required
services
object
required