Fields
| Field | Type | Required | Description |
|---|---|---|---|
AttachedVaultID | *string | :heavy_check_mark: | Vault the intern borrows from another intern, or null when it borrows none. |
CreatedAt | string | :heavy_check_mark: | ISO 8601 creation time. |
Description | *string | :heavy_check_mark: | Free-form description. |
Hostname | *string | :heavy_check_mark: | Public hostname the intern is reachable at, or null until provisioning has assigned one. |
ID | string | :heavy_check_mark: | Intern id. |
Instructions | *string | :heavy_check_mark: | Standing instructions the intern boots with. |
LastFailureMessage | *string | :heavy_check_mark: | Why the last provisioning attempt failed, when status is failed. |
Model | *string | :heavy_check_mark: | OpenRouter model slug the intern runs, or null for the workspace default. |
Name | string | :heavy_check_mark: | Intern name, unique per creator within a workspace. |
Progress | *components.Progress | :heavy_check_mark: | Active provisioning step, or null once provisioning has settled. |
Status | components.InternStatus | :heavy_check_mark: | Lifecycle status. |
UpdatedAt | string | :heavy_check_mark: | ISO 8601 last update time. |
VaultID | *string | :heavy_check_mark: | Vault the intern owns, or null before it has been created. |
WorkspaceID | string | :heavy_check_mark: | Workspace that owns the intern and scopes its secrets. |