idyl whoami or idyl context show to review the active context before creating or changing resources.
Identity
An identity is the authenticated user or token used for a request. Interactive users normally authenticate withidyl login. Automation can use tokens created through IAM. The identity determines who is asking IDYL to perform an action.
Account
An account is the primary ownership boundary for IDYL resources. Workload resources, namespaces, subnets, fleets, and IAM configuration are evaluated in relation to an account. A user can have access to more than one account. Accounts are global. Regional placement is selected through subnets, not by creating separate regional accounts.Profile
A profile defines the permissions available when you act in an account. Useidyl profile list to see profiles available to the active identity. Use idyl use or a context command to switch to a different account and profile combination.
Context
A context is a named CLI configuration. It does not create permissions by itself; it selects an identity, account, profile, namespace, and subnet for commands. Commands can override context values with flags such as--account-id, --profile, --namespace, and --subnet.
Namespace and subnet selection
Namespace and subnet answer different questions:| Selection | Question it answers |
|---|---|
| Namespace | Which group of workload resources should this command operate on? |
| Subnet | Where should this workload run, or which subnet should this command inspect? |

