---
title: API Reference
description: Siglata REST and WebSocket endpoints for organization management, file catalogs, and sessions.
sidebar:
  label: API Reference
  order: 3
---

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

## Authentication

All API requests require a Bearer token or session cookie:

```bash
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.
