Skip to main content
POST
Create Agent Session

Overview

Creates a Norm session on an issue. Most callers can skip this, Prompt Norm creates a session implicitly on the first prompt. Use this only when you want to mount the session in your UI before the first prompt is sent.

Headers

string
required
Your API key for authentication.

Path Parameters

string
required
Internal UUID of the issue.

Body Parameters

This endpoint takes no body parameters. Pass an empty body or {}.

Response

Returns 201 Created with a session summary.
object
null | array
null on success. Returns 404 if the issue does not exist.

Docs for agents: llms.txt