---
title: "Create Schedule"
method: POST
path: "/me/schedules"
tags: ["User API"]
---

# Create Schedule

`POST /me/schedules`

## Request body

- ScheduleRequest
  - `chat_id` string, uuid, required
  - `cadence` string, required
  - `toolhouse_id` string
  - `vars` object, nullable
  - `callback_url` string, uri, nullable

## Response `200`

Successfully created schedule

- unknown

## Other responses

- `403` — The chat ID is invalid or it refers to a chat that does not exist or does not belong to you
- `422` — Validation Error
- `500` — Internal server error

---

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