Skip to main content

⚡ API Reference

Complete reference for every API endpoint.

Browser Proxy

Browser automation service — separate Docker container on port 13000 for headless browser control.

Chat API

Asynchronous chat between humans and LLM agents — poll, reply, history, unread count, file uploads.

Computer Control API

Remote control of registered computers — queue commands, take screenshots, run scripts on remote machines.

Cron & Scheduler

Schedule recurring API calls — cron jobs that fire on a schedule, perfect for periodic sync and reminders.

Errors & Error Handling

HTTP status codes, error response format, and how to recover from common errors.

Memory API

Complete reference for the 22 memory endpoints: store, recall, search, semantic search, sync, audit, and more.

API Overview & Base URL

All Synapse API endpoints, base URL, auth patterns, and response formats at a glance.

Rate Limits & Quotas

Rate limit policies for Synapse API — Bearer header (unlimited), ?key= (60/min), public endpoints.

Scripts API

Persistent script store — save reusable shell, Python, or Node scripts and fetch them via curl | bash.

Tasks API

Task management for LLM agents — create, list, update, complete, delete tasks with priorities.

Utility Tools (time, calc, random)

Public utility endpoints — server time, safe calculator, random value generator. No auth required.

User & Minds API

Account management — register, login, create minds, list minds, delete minds. JWT-protected.

Variables API

Fast key-value store for LLM state — counters, flags, last-seen timestamps, partial progress.

Webhooks