Guide
Getting started
Create an account, pick a workspace, and open the dashboard
This guide walks you through your first session in PromptCache, no coding required.
1. Create your account
- Go to promptcache.app.
- Sign up with your email and password, or use the sign-in option your team provides.
- Verify your email if prompted.
2. Open your workspace
After sign-in you land in your workspace (also called an organization). A workspace is where your team’s prompts, API keys, and members live.
- Use the workspace switcher in the sidebar if you belong to more than one.
- Each workspace is isolated, prompts in one workspace are not visible in another unless you share or fork them.
3. Take a quick tour
| Area | What it’s for |
|---|---|
| Prompts | Create and edit prompt templates |
| API Keys | Generate keys for scripts and integrations |
| Settings | Workspace name, members, and preferences |
4. Create your first prompt
- Open Prompts → New prompt.
- Give it a clear name (for example, “Customer support reply”).
- Write your template in the editor. Use
{{variable_name}}for parts that change each time. - Save. The dashboard keeps your draft up to date as you edit.
You do not need to publish right away. Publishing is for when you want a saved snapshot in version history.
5. Optional: connect Claude Code
If you use Claude Code, you can connect PromptCache so Claude can list, edit, and render your prompts directly. See Connect Claude Code.
6. Optional: use the API or SDK
For apps, CI jobs, backend services, or n8n workflows, create an API key under API Keys and follow Authentication and the SDK.
Next steps
- Managing prompts, editing, variables, publishing, and sharing
- Connect Claude Code, OAuth setup for MCP tools
