Prompt Norm
Norm Sessions
Prompt Norm
Send a prompt to Norm. Returns 202 with a run ID.
POST
Prompt Norm
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
Dispatches a Norm run against the issue. Asynchronous, returns 202 once queued. Progress, tool calls, and final output stream into the issue’s Activity feed asentry_kind: "agent" entries.
The first word of detail is parsed as an intent. Slashes are optional.
/fix(default), full read+write toolbelt including pathway editing, tool config, and snippet/pipeline tests./verify, read-only. Norm checks the current draft against the evidence and reports./status, read-only. Norm summarizes current state, leading diagnosis, and any draft verification./debug, alias for/fix.
@norm mention in Add Comment calls this same flow.
Headers
Your API key for authentication.
Path Parameters
Internal UUID of the issue.
Internal UUID of the agent session, from Create Agent Session or the
latest_agent_session.id field on the issue.Body Parameters
The prompt to send to Norm. 1-4000 characters. Begin with
/fix, /verify, /status, or /debug to set the intent. The intent prefix is stripped before the message reaches Norm.Response
Returns202 Accepted. The body acknowledges the dispatch but does not include Norm’s reply. Subscribe to the issue’s Activity feed (or refetch it on a poll) to read Norm’s progress and final output.
ID of the session the prompt was dispatched to. Matches the
{session_id} in the URL.ID of the Norm run created for this prompt. Each prompt produces one run; multi-turn conversations on the same session produce multiple runs.
The parsed intent. One of
fix, verify, or status. /debug is normalized to fix.null on success. Returns 404 if the issue or session does not exist, or if the session does not belong to the named issue.Docs for agents: llms.txt