---
title: "Create Plan"
method: POST
path: "/api/luria/plans"
tags: ["luria"]
---

# Create Plan

`POST /api/luria/plans`

Draft a plan. Charges the TOKEN line only — no sandbox is running, so
there is nothing to bill on compute. Charging at all is what makes plan
spam pointless; it replaces a rate limiter with an honest price.

## Headers

- `authorization` string, nullable

## Request body

- PlanIn
  - `request` string, required
  - `conversation_id` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
