Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.promptjuggler.com/llms.txt

Use this file to discover all available pages before exploring further.

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.