Skip to content
Siglata Docs
English
Esc
navigateopen⌘Jpreview
On this page

API Reference

Siglata REST and WebSocket endpoints for organization management, file catalogs, and sessions.

Siglata exposes a strongly-typed HTTP API powered by Effect and Cloudflare Workers.

Authentication

All API requests require a Bearer token or session cookie:

curl -H "Authorization: Bearer <TOKEN>" https://www.siglata.com/app/v1/context

Core Endpoints

  • GET /app/v1/context: Retrieve current organization, role, and usage limits.
  • GET /app/v1/files: List files in the organization file catalog.
  • POST /app/v1/execute: Plan and apply batch file operations with signed digests.

Was this page helpful?