Skip to main content
The PromptJuggler API lets you trigger prompt and workflow runs, read results (status, outputs, cost, token usage), manage knowledge base documents, and receive webhooks when operations complete. All endpoints require authentication via an API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://promptjuggler.com/api/v1/...
Create API keys in Settings within the PromptJuggler app.
Browse the endpoints below – each one has an interactive playground where you can try requests directly.