SessionDock Developer Docs

Make your creative workflow programmable.

Authoritative guides, generated Local API reference, and practical patterns for local automation, scripts, launchers, and AI agents running alongside SessionDock.

Developer FAQ

Fast answers to the most common implementation and contract questions about the SessionDock Local API.

Developer FAQ

Does the Local API work over the network?

No. It is intentionally localhost-only.

Do I need SessionDock Pro to read data?

Read-only API use is designed for safe local automation, but some higher-end workflows align with SessionDock Pro features and runtime capabilities.

Are writes always available when the user chooses full automation?

No. Check effectiveMode from the health response before enabling write actions.

Should I poll import status?

Treat import as asynchronous and plan for background progress tracking rather than assuming immediate completion.

What is the safest first client to build?

A read-only search or preview browser. Those integrations are useful immediately and avoid write-mode concerns while you learn the object model.