Bankr Dev - API Workflow

Installation
SKILL.md

API Workflow

Complete reference for the asynchronous job pattern used by the Bankr Agent API.

Core Pattern: Submit-Poll-Complete

1. SUBMIT  -> POST /agent/prompt   -> Get jobId + threadId
2. POLL    -> GET /agent/job/{id}  -> Check status every 2s
3. COMPLETE -> Terminal status      -> Process response + richData

Endpoints

POST /agent/prompt

Installs
GitHub Stars
79
First Seen
Bankr Dev - API Workflow — bankrbot/claude-plugins