API Reference

Contexts

Contexts are reusable blocks of text content or files that can be included as part of prompts and skills. They are workspace-specific and act as a container for their context versions.

Contexts can be expanded to include all of their versions.

Expands
versions Retrieves all versions of the context.
Endpoints
   GET https://api.zatomic.ai/v1/contexts
  POST https://api.zatomic.ai/v1/contexts/file
  POST https://api.zatomic.ai/v1/contexts/text
   GET https://api.zatomic.ai/v1/contexts/{contextId}
 PATCH https://api.zatomic.ai/v1/contexts/{contextId}
DELETE https://api.zatomic.ai/v1/contexts/{contextId}