Skip to main content
GET
/
v1
/
discovery
/
schema
Get Manifest Schema for Agent Configuration
curl --request GET \
  --url https://api.mixpeek.com/v1/discovery/schema \
  --header 'Authorization: Bearer <token>'
{
  "manifest_version": "<string>",
  "resource_types": [
    "<string>"
  ],
  "schemas": {},
  "dependency_graph": {},
  "examples": {}
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

Manifest schema discovery for agent-driven configuration.

manifest_version
string
required

Current manifest schema version

resource_types
string[]
required

List of supported resource types

schemas
Schemas · object
required

JSON Schema for each resource type

dependency_graph
Dependency Graph · object
required

Resource dependencies (key depends on values)

examples
Examples · object

YAML example for each resource type