Send a prompt to Norm. Returns 202 with a run ID.
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.
entry_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.
latest_agent_session.id field on the issue./fix, /verify, /status, or /debug to set the intent. The intent prefix is stripped before the message reaches Norm.202 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.
{session_id} in the URL.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.