---
title: "Plan Schema"
method: POST
path: "/agent/cli/plan_schema"
---

# Plan Schema

`POST /agent/cli/plan_schema`

Return the live JSON schema for `Plan`.

The agent calls this via `./converge plan-schema` when it needs
field-level detail. Sourced from the same pydantic model
(`converge_api.plan.schema.Plan`) that the `submit-plan` endpoint
validates against, so they cannot drift.

## Response `200`

Successful Response

- object

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
