Skip to main content
Use Concepts to understand how IDYL organizes resources, access, placement, and capacity before following a task guide. IDYL has three common paths:
  • Builders deploy and inspect workloads.
  • Operators manage subnets and admission.
  • Providers connect nodes and manage fleets.
The same user can follow more than one path.

Core concepts

ConceptWhat it means
RealmThe IDYL environment the CLI authenticates with.
IdentityThe signed-in user or token used to authenticate requests.
AccountThe primary ownership boundary for resources.
RegionA placement domain for subnets and workloads.
OrganizationA grouping for accounts, billing, policies, and access management.
Access profileA reusable permission template that can be assigned to an identity.
ContextA saved CLI selection of realm, identity, account, profile, namespace, and subnet.
NamespaceAn account-scoped grouping for related workload resources.
SubnetA governed compute environment where workloads run and nodes provide capacity.
Subnet nameA human-readable alias that can point to a subnet slug.
ApplicationThe software you deploy and manage through workloads.
WorkloadA resource that describes runnable work.
ManifestA YAML resource definition that can be applied repeatedly.
Pod specThe container and host requirement definition used by workloads.
SandboxA temporary environment for previews, agents, experiments, demos, or customer-specific deployments.
Workload isolationThe runtime boundary requested by a workload, from standard container execution to microVM-backed execution, enforced through subnet runtime policy and compatible provider capacity.
NodeA machine connected to IDYL as compute capacity.
FleetA provider-managed group of nodes.
AdmissionSubnet policy and grants controlling who can deploy or provide capacity.

Start here

Accounts, profiles, and contexts

Learn how the CLI chooses the account, permissions, namespace, and subnet for commands.

Global accounts and regions

Understand global account management, regional subnet placement, and region deployment policy.

Subnets

Understand the deployment target and capacity boundary used by builders, operators, and providers.

Workloads

Learn how deployments, jobs, cron jobs, replica sets, and pods relate.

Sandboxes

Create temporary environments for previews, agents, experiments, demos, and customer-specific deployments.

Workload isolation

Understand standard containers, microVM-backed workloads, runtime policy, and compatible provider capacity.

Admission and access

Compare account permissions with subnet admission controls.
Use Build, Operate, and Provide when you are ready to complete a workflow.