Skip to content
Yasmine
تسجيل الدخولابدأ مجانًا
← Blog
Product
· 6 min read

Dedicated Fargate Compute on Dev: How Yasmine Scopes Code Workspaces

The moment an AI can execute repository code, the security question changes from 'is the model safe?' to 'where does this run?' Yasmine keeps runtime identity, state, and credentials tenant-scoped on every plan, and gives Dev dedicated Fargate compute. AWS may share underlying hosts; this article describes the controls without turning them into absolutes.

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 / StarterYasmine Dev
ComputeSeparate tenant containers on shared AWS hostsDedicated Fargate task allocation
IdentityTenant-scoped runtime identityTenant-scoped runtime identity
State and credentialsEncrypted and tenant-scopedEncrypted and tenant-scoped
Typical useSlack coworker workflowsRepository code and PR workflows

What is scoped to a Dev task

Your coworker's runtime — the agent loop that plans and executes your tasks.
Your files and repo clones — stored in tenant-scoped workspace state.
Your channel memory — stored encrypted and scoped to the tenant and channel.
Your tool connections — credentials use encrypted tenant-scoped storage and are presented as needed to the selected tool.

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.

An AI coworker you can actually give access to. Free 7-day trial, no card.
Start free
TY
The Yasmine Team
Yasmine

More from the blog