API Workflow Complete reference for the asynchronous job pattern used by the Bankr Agent API. Core Pattern: Submit-Poll-Complete Endpoints POST /agent/prompt Request fields: - (string, required): Natural language prompt (max 10,000 chars) - (string, optional): Continue existing conversation. Omit for new thread. GET /agent/job/{jobId} POST /agent/job/{jobId}/cancel Job Status States | Status | Description | Action | |--------|-------------|--------| | | Job queued, not started | Keep polling | | | Job running | Keep polling, show statusUpdates | | | Finished successfully | Read response and r…