curl --request GET \
--url https://api.rigbox.dev/api/templates{
"templates": [
{
"category": "<string>",
"default_log_sources": [
{
"source_ref": "<string>",
"source_type": "<string>",
"display_name": "<string>",
"is_primary": true
}
],
"description": "<string>",
"disk_size_mb": 1,
"icon": "<string>",
"id": "<string>",
"image": "<string>",
"name": "<string>",
"ram_mb": 1,
"vcpu_count": 1,
"coming_soon": true,
"env_file_copies": [
"<string>"
],
"expected_apps": [
{
"managed": true,
"name": "<string>",
"port": 1,
"protocol": "<string>",
"system_tags": [
"<string>"
],
"configurable_params": [
{
"key": "<string>",
"label": "<string>",
"param_type": "string",
"default": "<string>",
"description": "<string>",
"group": "<string>",
"help_url": "<string>",
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"order": 123,
"required": true,
"sensitive": true,
"validation_pattern": "<string>"
}
]
}
],
"has_tools": true,
"managed_ai_config": true,
"service_patches": [
{
"env_file_path": "<string>",
"unit_name": "<string>",
"remove_env_patterns": [
"<string>"
]
}
],
"verify_binaries": [
"<string>"
]
}
]
}List available workspace templates. This endpoint is public — no auth required.
curl --request GET \
--url https://api.rigbox.dev/api/templates{
"templates": [
{
"category": "<string>",
"default_log_sources": [
{
"source_ref": "<string>",
"source_type": "<string>",
"display_name": "<string>",
"is_primary": true
}
],
"description": "<string>",
"disk_size_mb": 1,
"icon": "<string>",
"id": "<string>",
"image": "<string>",
"name": "<string>",
"ram_mb": 1,
"vcpu_count": 1,
"coming_soon": true,
"env_file_copies": [
"<string>"
],
"expected_apps": [
{
"managed": true,
"name": "<string>",
"port": 1,
"protocol": "<string>",
"system_tags": [
"<string>"
],
"configurable_params": [
{
"key": "<string>",
"label": "<string>",
"param_type": "string",
"default": "<string>",
"description": "<string>",
"group": "<string>",
"help_url": "<string>",
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"order": 123,
"required": true,
"sensitive": true,
"validation_pattern": "<string>"
}
]
}
],
"has_tools": true,
"managed_ai_config": true,
"service_patches": [
{
"env_file_path": "<string>",
"unit_name": "<string>",
"remove_env_patterns": [
"<string>"
]
}
],
"verify_binaries": [
"<string>"
]
}
]
}List of available workspace templates
Show child attributes