What dedicated Fargate compute means
On Dev, each workspace is scheduled as dedicated Fargate compute with a tenant-scoped task identity and encrypted workspace state and credentials. AWS operates the underlying infrastructure and may place tenants on shared physical hosts, so this is a dedicated task allocation—not a claim that a customer owns a physical machine or that escape is impossible.
Free and Starter vs Dev
| Free / Starter | Yasmine Dev | |
|---|---|---|
| Compute | Separate tenant containers on shared AWS hosts | Dedicated Fargate task allocation |
| Identity | Tenant-scoped runtime identity | Tenant-scoped runtime identity |
| State and credentials | Encrypted and tenant-scoped | Encrypted and tenant-scoped |
| Typical use | Slack coworker workflows | Repository code and PR workflows |
What is scoped to a Dev task
Why this matters more for agents than chatbots
Agents can hold credentials to real systems, so runtime identity, storage boundaries, network policy, and tool authorization all matter. The Dev plan combines dedicated Fargate compute with tenant-scoped encrypted state and credentials. Selected model providers process requests under their terms, and every tool follows Allow, Ask, or Block policy. Full detail: yasmine.works/security.
