---
title: "Life Ask"
method: POST
path: "/users/me/life/ask"
tags: ["life"]
---

# Life Ask

`POST /users/me/life/ask`

## Request body

- LifeAskRequest
  - `message` string, required — The message for your Adapter agent, exactly as you would text it.
  - `session_id` string, nullable — Optional caller-chosen session id. Requests with the same session_id share conversation history (kept for 7 days). Omit for a one-shot, stateless ask.

## Response `200`

Successful Response

- LifeAskResponse
  - `responses` string[], required — Each text message the agent produced, in order.
  - `answer` string, required — All response messages joined into a single string.
  - `session_id` string, nullable — Echo of the session id this turn was recorded under, if any.

## Other responses

- `422` — Validation Error

---

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