get_persona
Return one persona's full prompt by slug. Session-gated except for Hodor (guardian rules must always apply). Pass session_token if your client cannot set an Authorization header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| session_token | No | Optional. The SESSION_TOKEN emitted by bootstrap_session. Pass it here when your client cannot set a per-call Authorization: Bearer header. |