Create Agent Session
Norm Sessions
Create Agent Session
Create a Norm agent session on an issue.
POST
Create Agent Session
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Body Parameters
This endpoint takes no body parameters. Pass an empty body or{}.
Response
Returns201 Created with a session summary.
null on success. Returns 404 if the issue does not exist.Docs for agents: llms.txt