📢  DeepSeek models and o3-mini support

Level up your
prompt management

The home for prompt engineering—discover, manage, version, test, and deploy prompts in a community-driven platform

Press A to request access
Trusted by
PromptHub Prompt Management Library Page

The home of prompt engineering

The collaboration platform for prompts

Host, share, and discover unlimited public prompts with the community or privately with teammates

A stream of prompt management activities in PromptHub

Manage, version, and deploy

Organize your prompts with Git-based versioning and a simple API

Diff checker view of 2 system messages and prompts
Chevron pointing right

AI tools for writing prompts

Best-in-class tools to help you generate and enhance prompts using AI

A purple box with three stars inside
Chevron pointing right

Build your portfolio

Share your prompts with the world, grow your reputation, and show your expertise

A profile in the prompt management platform, PromptHub
Test

The ultimate prompt playground

Put an end to continuous copy and pasting

Utilize variables to simplify prompt creation and dynamic testing

A text box in PromptHub with variables and text

Say goodbye to spreadsheets

Easily compare outputs side-by-side when tweaking prompts

A list of requests in a tableChevron pointing right

Chain prompts with a few clicks

Take your LLM experiences to the next level by chaining prompts together, no-code needed

Multiple prompts in a chain flow togetherChevron pointing right

Test across different models

Compare outputs side-by-side

OpenAI logo
OpenAI
green checkmark
Anthropic Logo
Anthropic
Green check mark on light green background
Microsoft logo
Azure
Green check mark on light green background
Microsoft logo
Google
Green check mark on light green background
Microsoft logo
Meta
Green check mark on light green background
Microsoft logo
Bedrock
Green check mark on light green background
Microsoft logo
Misrtal
Green check mark on light green background
Deploy

Seamlessly deploy to all your environments through branches


Run the latest prompt commit from any branch in PromptHub by making a POST request to the https://app.prompthub.us/api/v1/projects/{id}/run?branch=branch%20name endpoint.

Retrieve prompts from any branch, inject variables with your app data, and pass along any metadata. Check out our documentation for more info.  

SAMPLE
{
  "branch"
: 'staging'
  "metadata":
   "user_email": user.email,
 },
 "variables": {
   "type": myVariable,
   "subject": user.subject
 }
}

Retrieve the latest prompt commit from any branch in PromptHub by using a GET request to the https://app.prompthub.us/api/v1/projects/{id}/head?branch=branch%20name endpoint.

Pass the branch name and ensure any environment you have uses the most up to date prompt, without any engineering effort. Check out our documentation for more info.

SAMPLE
{
  "data": {
      "id": "1951",
      "project_id": "49",
      "branch_id": "235",
      "provider": "OpenAI",
      "model": "gpt-3.5-turbo",
      "prompt": "Write a song",
      "hash": "GzeuWmzN",
      "commit_title": "Updated temperature",
      "prompt_tokens": 135,
      "branch": {
          "name": "Master"
      },
      "configuration": {
          "id": "15",
          "max_tokens": 4096,
          "temperature": 0.5
      }
  }
}

Return a list of all your prompts by making a GET request to the https://app.prompthub.us/api/v1/teams/{id}/projects endpoint.

Filter by group, model, provider and manage your prompts programatically. Check out our documentation for more info.  

SAMPLE
{
  "data":
     {
      "id": "1",
      "name": "LinkedIn Post Generator",
       "description": "Autogenerate posts",
      "head": {
        "id": "1",
         ...
     },

    {
      "id": "2",
      "name": "Feedback Classifier",
       "description": "Classify feedback",
      "head": {
        "id": "2",
         ...
   
  }
}

Deploy your prompts as a shareable form with a few clicks. Control access, embed anywhere, and distribute the power of your prompts.
Chevron pointing right
a wireframe of a form

Deploy your prompts into your workflows through our Zapier integration. Pass variables, log requests, and centralize your prompts.
Chevron pointing right
Zapier logo on a white background with a slight linear gradient

Loved by teams of all sizes, across industries

A single large gray quotation mark

As a medical doctor and prompt engineering lead, I needed a prompt management tool that would be simple and powerful for my team. PromptHub is the best in the market when it comes to this balance.

Headshot of Erich Hellstrom
Kieran McLeod
Medical Knowledge Lead,
Heidi Health
Chevron pointing right

Join thousands of AI builders

Collaborate with thousands of AI builders to discover, manage, and improve prompts—free to get started.