API Documentation
Integrate Prompt Manage into your applications.
🚧 Coming Soon
The Prompt Manage API is currently in development. Full API access with API keys will be available for Pro plan subscribers soon.
Interested in early access? Contact us at support@promptmanage.com
Introduction
The Prompt Manage API will allow you to programmatically manage prompts, collections, and integrate prompt management into your workflows.
API requests will be made to /api and will require API key authentication (Pro plan only).
Authentication (Coming Soon)
API requests will require an API key. Pro plan subscribers will be able to generate API keys in their team settings.
Authorization: Bearer YOUR_API_KEY
Note: API access is a Pro plan feature. Upgrade to Pro to enable API access when it becomes available.
Example Request
curl /api/prompts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Planned Endpoints
The following endpoints are planned for the API (subject to change):
Prompts
- •
GET /api/prompts- List all prompts - •
POST /api/prompts- Create a prompt - •
GET /api/prompts/:id- Get a prompt - •
PUT /api/prompts/:id- Update a prompt - •
DELETE /api/prompts/:id- Delete a prompt
Teams
- •
GET /api/teams- List teams - •
GET /api/teams/:id/members- List team members
Audit Logs
- •
GET /api/audit-logs- List audit logs (Enterprise only)
Planned Rate Limits
- • Pro: API access included (rate limits TBD)
- • Team: API access not included
- • Free: API access not included
Support
For API questions or technical support, contact our team.
Developer Support
support@promptmanage.com