The cockpit for reusable AI prompts: organize, version, compare, and share—without the chaos.
No login needed for the demo.
// system
“Be concise and friendly.”
// user
Hello, {{name}} — summarize our weekly plan.
Preview · gpt-4o
Searchable, tagged, and versioned. Never lose “the good one” again.
Chain prompts, inputs, and evals—without spaghetti.
One link that keeps your team in sync.
Edit the prompt, flip A/B, switch models — no sign-up.
// prompt
Hello, {{name}}! Today is {{date}}.
“Hello, Maria! Today is Monday.” (sample)
Tokens
~ 36
Latency
~ 380ms
cURL
curl https://api.yourdomain.com/v1/prompts/run \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"Hello, {{name}}! Today is {{date}}.","model":"gpt-4o","variant":"A"}'Fuzzy + semantic search points you to the best prompt — even across teams and projects.
Diff view highlights only changed tokens. Roll back safely.
Built for teams shipping prompts weekly.
Roles, approvals, and an audit trail that’s actually readable.
Built for teams shipping prompts weekly.
SDK + share links that sync updates without leaking secrets.
Built for teams shipping prompts weekly.
Resolve, version, and execute any prompt from your library via API. Perfect for servers, agents, and internal tools.
Resolve by tag, path, or version
Experiment with A/B labels and eval hooks
Control role-based access & audit trail
You’ll get an invite when the beta opens. No spam.
# run a saved prompt by tag
curl https://api.yourdomain.com/v1/prompts/run \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"selector": {"tag":"sales-summary","variant":"v3"},
"params": {"name":"Maria","date":"Monday"},
"model": "gpt-4o"
}'No model markups. Your keys. Export anytime.
API Add-on — coming soon