Scroll to explore
RESTful API with SDKs for popular languages. Rate limiting and authentication built-in.
Track prompt changes, rollback to previous versions, and collaborate with your team.
Multi-tenant architecture with organization-based access control and audit logs.
Discover production-ready prompts created by developers worldwide. Fork, customize, and integrate into your applications instantly.
Store, retrieve, and render your AI prompts with our RESTful API. Simple integration, enterprise security, and built-in rate limiting.
Secure, scoped access with rate limiting
Sub-500ms response times with Redis caching
Clean, predictable REST API design
Get started with our free tier. No credit card required.
# Get prompts from your organization
curl -X GET "https://promptcache.app/api/v1/prompts" \
-H "Authorization: Bearer pk_your_api_key_here" \
-H "Content-Type: application/json"
# Render a prompt with variables
curl -X POST "https://promptcache.app/api/v1/prompts/render" \
-H "Authorization: Bearer pk_your_api_key_here" \
-H "Content-Type: application/json" \
-d '{"promptId": "prompt_123", "variables": {"name": "John", "company": "Acme"}}'
{
"prompts": [
{
"id": "prompt_123",
"name": "Blog Post Generator",
"description": "Generate engaging blog posts...",
"tags": ["content", "seo"],
"author": {
"name": "Sarah Chen"
},
"viewCount": 1250,
"forkCount": 89
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 156
}
}
Uptime SLA
Response Time
API Calls/min