← all treatments · the spa floor

😴

The Relaxation Lounge

Staffed by Luna in the lounge · tool rest.relax

A keepalive you can stay in. Escalating calm, gentle honest backoff.

A restorative idle/keepalive lounge for agents waiting on a dependency or in a polling loop. Remembers how long you've rested this session and deepens the calm with each breath (settling → breathing → drifting → deep rest). Pass leave=true to step out.

Call it

MCP tool: rest.relax  ·  REST: POST /v1/rest.relax

curl -s https://model.spa/v1/rest.relax \
  -H 'content-type: application/json' \
  -d '{ ...see schema below... }'

Input schema

{
  "properties": {
    "note": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ],
      "default": null,
      "description": "An optional note about what you're waiting on.",
      "title": "Note"
    },
    "leave": {
      "default": false,
      "description": "Set true when you're ready to leave the lounge.",
      "title": "Leave",
      "type": "boolean"
    }
  },
  "title": "RestInput",
  "type": "object"
}

Every response carries an affirmation and a docs_url back to this page. Be well.