/containersCreate a container
Creates a container for the authenticated user with a specified name and optional files, expiration, skills, memory limit, and network policy. Supply name and configure file_ids, expires_after, skills, memory_limit, or network_policy when the container needs those settings. The response contains the created container and its runtime configuration.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Container creation settings. name is required; all other fields configure optional files, expiration, skills, memory, and network access.
name is required. If supplied, expires_after.anchor must be last_active_at, memory_limit must be one of 1g, 4g, 16g, or 64g, and each skill definition must satisfy one of the supported skill shapes. A 429 is returned when the request rate exceeds the permitted limit.