Get defaults
GET /api/v1/defaults
Returns server-resolved default values for the create container form, including the host home directory and auto-detected bind mounts.
Responses
Section titled “ Responses ”OK
object
object
object
AgentType restricts this mount to a specific agent type. Empty means the mount applies to all agent types.
Required marks this mount as mandatory for the agent to function. Clients must not allow users to remove or change the container path of required mounts.
object
Runtimes lists available language runtimes with detection results.
object
AlwaysEnabled means this runtime cannot be deselected.
Description briefly explains what gets installed.
Detected is true when marker files were found in the project directory.
Domains lists network domains required for this runtime’s package registry.
EnvVars maps environment variable names to values set when enabled.
object
ID is the unique identifier (e.g. “node”, “python”, “go”).
Label is the human-readable name (e.g. “Node.js”, “Python”).
Template holds project template values loaded from .warden.json, if present.
object
object
object
NetworkMode controls the container’s network isolation level.