Get public deployment profile

GET/v1/deployment-profile

Return the sanitized, versioned product capabilities used to compose the platform UI. Provider internals and credentials are never included.

How to call this endpoint

Every ACP API request uses bearer authentication. The examples here show the actual request path, auth header, and body shape that the platform expects.

Path, query, and header parameters

These parameters control which ACP object the endpoint acts on and how the request is processed.

Path parameters
None.
Query parameters
None.

Body schema

This endpoint does not require a request body.

None.

What the API returns

Each response code below includes the documented payload shape for the ACP API.

200Sanitized deployment profile and stable content hashapplication/json
FieldTypeRequiredDescription
profileobjectYes
profile.schemaVersion2Yes
profile.profileIdcloud-saas-v1 | dgx-spark-appliance-v1Yes
profile.editioncloud | applianceYes
profile.stagedev | staging | prodYes
profile.topologygcp_saas | on_premYes
profile.readinessavailable | foundationYes
profile.capabilitiesobjectYes
profile.capabilities.platformbooleanYes
profile.capabilities.agentExecutionbooleanYes
profile.capabilities.schedulesbooleanYes
profile.capabilities.metronomesbooleanYes
profile.capabilities.localInferencebooleanYes
profile.capabilities.deployableResourcesbooleanYes
profile.capabilities.modelManagementbooleanYes
profile.capabilities.modelSelectionbooleanYes
profile.capabilities.subscriptionsbooleanYes
profile.capabilities.billingbooleanYes
profile.capabilities.pricingbooleanYes
profile.capabilities.commercialUsageLimitsbooleanYes
profile.productobjectYes
profile.product.inferenceobjectYes
profile.product.inference.modemanaged_catalog | deployment_fixedYes
profile.product.inference.fixedModelIdstringYes
profile.product.agentsobjectYes
profile.product.agents.visibleBuiltInsspark | forge | foundry[]Yes
profile.product.agents.defaultBuiltInspark | forge | foundryYes
profile.product.agents.defaultTeamobjectYes
profile.product.agents.defaultTeam.enabledbooleanYes
profile.product.agents.defaultTeam.builtInsspark | forge | foundry[]Yes
profile.product.agents.customAgentsbooleanYes
profile.product.commerceobjectYes
profile.product.commerce.modesubscription | noneYes
profile.product.commerce.entitlementSourcesubscription_catalog | deployment_licenseYes
profile.product.commerce.commercialLimitsbooleanYes
profile.product.usageobjectYes
profile.product.usage.modebillable | observability_onlyYes
hashstringYes
Get public deployment profile
Loading...
Response 200
Loading...
See the ACP quickstart and SDK flow