---
title: "Get Manifest Schema for Agent Configuration"
method: GET
path: "/v1/discovery/schema"
tags: ["Discovery"]
---

# Get Manifest Schema for Agent Configuration

`GET /v1/discovery/schema`

Returns the complete manifest schema including all resource types, their JSON schemas, dependency graph, and YAML examples. Use this for programmatic manifest generation and validation.

## Response `200`

Successful Response

- ManifestSchemaDiscovery — 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` object, required — JSON Schema for each resource type
  - `dependency_graph` object, required — Resource dependencies (key depends on values)
  - `examples` object — YAML example for each resource type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/220a3b263fda/schema)
