---
title: "Trigger Dream"
method: POST
path: "/api/memory/dream/trigger"
---

# Trigger Dream

`POST /api/memory/dream/trigger`

Queue a dream pass for the caller — sets dream_dirty=1 (and
scope_session_id for an on-demand single-session "dream this project
now"). The background omicos-dreamer worker claims it; this never runs
the LLM inline. Returns {queued:true}.

## Query parameters

- `args` unknown, required
- `kwargs` unknown, required

## 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)
