mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
Add DISABLE_PUBLIC_API / NEXT_PUBLIC_DISABLE_PUBLIC_API environment variables and disablePublicApi permission group config option to allow self-hosted deployments and enterprise admins to globally disable the public API toggle. When disabled: the Access toggle is hidden in the Edit API Info modal, the execute route blocks unauthenticated public access (401), and the public-api PATCH route rejects enabling public API (403). Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Packages
Internal
| Package | Description |
|---|---|
| @sim/tsconfig | Shared TypeScript configs (base, nextjs, library, library-build) |
| @sim/db | Database schema and Drizzle ORM utilities |
| @sim/logger | Structured logging with colored output |
| @sim/testing | Test factories, builders, and assertions |
Published
| Package | npm | Description |
|---|---|---|
| cli | simstudio |
Run Sim locally via Docker |
| ts-sdk | simstudio-ts-sdk |
TypeScript SDK for workflow execution |
| python-sdk | simstudio-sdk |
Python SDK for workflow execution |