Skip to main content
GET
/
services
/
{serviceName}
/
secrets
/
schema
Get a service secrets schema
curl --request GET \
  --url http://localhost:7687/services/{serviceName}/secrets/schema
{
  "secretsSchema": {}
}

Documentation Index

Fetch the complete documentation index at: https://modelcontrolinterface.mintlify.app/llms.txt

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

Path Parameters

serviceName
string
required

Normalized service name.

Minimum string length: 1

Response

Secrets schema document.

Wrapper for a service secrets schema document.

secretsSchema
object
required

JSON Schema used to validate the service secrets payload.

Last modified on May 14, 2026