Your AI Prompts in One Workspace

Create your own AI workspace and start using it right away.

Pro

Build dynamic AI workflows at greater scale.

11.99

per seat / month

  • Access to the AI Prompt Library
  • AI Prompt Collaboration
  • Advanced Security & Permissions
  • Unlimited Teams
  • Unlimited Prompts
  • Unlimited Version History
  • Unlimited Variations
  • Unlimited Storage*
  • Advanced Prompt Optimizer
  • Whisper (Speech to Text)
  • AI Queries 2000 per seat / month
  • API Access, 1000 requests included

* ‘Unlimited’ storage refers to having no overall limit, but there is a maximum file size of 10MB per file. The available storage and unlimited queries may also be subject to reductions or changes based on usage policies.

Snippets AI Provides a Higher ROI

Hours lost each week on

Repetitive copy-pasting, manual typing, searching for lost snippets, managing snippets in documents, reusing AI-generated text, and collaborating on snippets through chat messengers.

4 hours

1
20

What's your hourly rate?

$

How many team members?

$788

Monthly return on investment

Or 16 hours of your life

What led us to this number?

Monthly hours wasted16 hours
Snippets AI can save you 16 hours!$800
Cost of Pro subscription per month$11.99 (Aprox in USD)
Total ROI per month$788

API Access Pricing

Access our powerful API at industry-leading prices

Cost per API request

API benefits

Access to our complete API for programmatic snippet management

Simple, transparent pricing with no hidden fees

15x more cost-effective than competitors

High-performance, reliable infrastructure

Detailed documentation and support

€0.0001 per API request

Save 15x compared to competitors

Ready to integrate with our API?

Our developer-friendly API lets you programmatically manage snippets, workspaces, and more.

Request TypeDescriptionCounted AsNotes
GET /snippet/:idFetch one snippet or variation1 requestReturns full content
GET /snippet/:id/variation/:vidFetch specific variation by ID1 requestVariations = snippets
GET /snippet/:id/variation/:vid/historyFetch version history of a specific variationN requestsN = number of versions
POST /snippetCreate a new snippet1 requestOne write operation
PUT /snippet/:idUpdate a snippet (adds version)1 requestVersion added automatically
DELETE /snippet/:idDelete a snippet1 requestCounts as a write action
DELETE /snippet/:id/variation/:vidDelete a specific variation1 requestRemoves one variation/version
DELETE /snippet/variation?variationIds=[...]Batch delete variations by array of variation IDsN requestsN = number of variation IDs deleted
GET /snippets?ids=[...]Batch fetch by array of snippet IDsN requestsN = number of IDs requested
POST /snippetsCreate multiple snippets in batchN requestsN = number of snippets created
DELETE /snippets?ids=[...]Batch delete snippets by array of snippet IDsN requestsN = number of snippet IDs deleted
GET /folder/:idFetch snippets in a folder1+N requests1 for folder + N for snippets
POST /folderCreate a new folder1 requestOne write operation
PUT /folder/:idUpdate a folder (name, description, etc.)1 requestMetadata update only
DELETE /folder/:idDelete a folder1 requestDoes not delete contained snippets
GET /folders?ids=[...]Fetch all snippets in foldersN requestsN = number of folder/snippet IDs, metadata only
POST /foldersCreate multiple folders in batchN requestsN = number of folders created
DELETE /folders?ids=[...]Batch delete folders by array of folder IDsN requestsN = number of folder IDs, does not delete contained snippets
PUT /foldersBatch update folders by array of folder objectsN requestsN = number of folders updated
GET /tag/:idFetch snippets associated with a tag1+N requests1 for tag + N for snippets
POST /tagCreate a new tag1 requestOne write operation
PUT /tag/:idUpdate a tag (name, color, etc.)1 requestMetadata update only
DELETE /tag/:idDelete a tag1 requestRemoves tag associations
GET /tags?ids=[...]Fetch all snippets in tagsN requestsN = number of tag/snippet IDs, metadata only
POST /tagsCreate multiple tags in batchN requestsN = number of tags created
DELETE /tags?ids=[...]Batch delete tags by array of tag IDsN requestsN = number of tag IDs, removes all tag associations
PUT /tagsBatch update tags by array of tag objectsN requestsN = number of tags updated

Notes on Logic

  • One snippet = one request

  • One version history fetch = one request

  • Folder and tag fetches are based on number of included snippets

  • Search is lightweight unless you request full content

  • Variations are counted the same as snippets

  • Metadata-only version history still counts as a full request

Examples

  • 1

    Fetching a folder with 20 snippets will count as 20 requests.

  • 2

    Fetching 1 snippet with 10 versions (using `/history`) = 1 request.

  • 3

    Fetching only version metadata = 1 request (even without content).

Frequently Asked Questions

If you have any other questions - please get in touch