Skip to main content

List Snippets

Returns all context snippets for a project.

Get Snippet

Create Snippet

Update Snippet

Accepts the same fields as Create. Only included fields are updated.
Toggle a snippet off by sending { "enabled": false } — this preserves the content while excluding it from future prompts.

Delete Snippet

Deleting a snippet is permanent. If you want to temporarily remove it from prompts, disable it instead.