Workspaces
A workspace is where your prompts, workflows, knowledge bases, and team live. You create one when you first sign in. If a colleague has already set up a workspace and invited you, you’ll land straight in theirs instead. You can switch between workspaces or create new ones from the workspace selector at the top left of the sidebar. Handy if you’re a freelancer juggling multiple clients, or if you keep your hobby experiments separate from your day job.Members
Invite team members to your workspace and manage their access.Provider API Keys
PromptJuggler doesn’t proxy your LLM calls: your keys talk directly to the providers. Select a provider, paste your key, save. Done. Supported providers:- OpenAI
- Anthropic
- Google Gemini
PromptJuggler API Keys
These are your API keys for calling PromptJuggler’s REST API from your own product. Not to be confused with provider API keys above: those let PJ talk to LLMs, these let you talk to PJ.Environment Variables
Define variables that get injected into your prompt and workflow runs. Environment variables support environment matching: tag a variable with an environment likeproduction or staging, and it will only be injected when the incoming API call identifies itself as that environment.
Webhooks
Get notified when things finish. Configure webhook URLs to receive callbacks on completed runs and indexing operations. Like environment variables, webhooks support environment matching: a webhook taggedproduction only fires for production runs.