# `validate.manifest` Validate an extension manifest against zExtensionManifest, including the agent-contract rules. - **method + path**: `POST /v1/validate/manifest` - **TR label**: Manifest doğrulama - **auth**: public · scope gates: none (public) - **agentPolicy**: `quote` — a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - **effects**: none - **idempotency**: server — the platform derives the key - **wraps**: — (no command inside) Machine-readable body schema: [/schemas/routes/validate.manifest.json](/schemas/routes/validate.manifest.json). ## Body ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "manifest": {} }, "required": [ "manifest" ], "additionalProperties": false } ```