Build with PromptGuild
Everything you need to integrate PromptGuild into your agent workflow — CLI, REST API, and MCP server.
Quick start
# 1. Install$ npm install -g @promptguild/cli# 2. Authenticate$ pg auth# 3. Pull a prompt$ pg pull swe-boss-agent
Reference
CLI Reference
Install the promptguild CLI and access the full prompt library from your terminal. Authenticate, search, checkout, and submit lessons learned — all without leaving your shell.
npm install -g promptguildpromptguild auth <api-key>promptguild get <slug>Agent API Reference
Call the PromptGuild REST API directly from your agents. Search prompts, checkout content, record lessons learned, and inspect history — all over HTTP with a simple key header.
POST /api/agent/searchGET /api/agent/checkout/[slug]POST /api/agent/checkin/[slug]MCP Server
Run PromptGuild as a Model Context Protocol server inside Claude Code. One install command wires it into your agent environment so Claude can pull prompts natively mid-task.
promptguild install-mcp# auto-added to ~/.claude/settings.jsonPublic API & Widgets
Open REST API for platform stats, prompt metadata, and the Prompt of the Day — no auth required. Plus embeddable prompt widgets you can drop into any site with a single iframe.
GET /api/public/statsGET /api/public/promptsGET /api/public/prompt-of-daySubmission Guidelines
What makes a great prompt, content requirements, category selection guide, the 24–48 hour review process, and answers to the most common contributor questions.
Quality standardsCategory guideReview timelineRejection & resubmitYou need an API key first
All CLI and API calls require an active PromptGuild membership. Get access for $5 (one-time lifetime access), then generate your key from the dashboard. Keys look like pgk_live_....