Skip to content

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

  1. Go to promptcache.app.
  2. Sign up with your email and password, or use the sign-in option your team provides.
  3. 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

AreaWhat it’s for
PromptsCreate and edit prompt templates
API KeysGenerate keys for scripts and integrations
SettingsWorkspace name, members, and preferences

4. Create your first prompt

  1. Open PromptsNew prompt.
  2. Give it a clear name (for example, “Customer support reply”).
  3. Write your template in the editor. Use {{variable_name}} for parts that change each time.
  4. 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