List all available catalog apps.
curl --request GET \
--url https://api.rigbox.dev/api/v1/app-catalog{
"items": [
{
"category": "<string>",
"description": "<string>",
"icon": "<string>",
"id": "<string>",
"min_disk_mb": 1,
"min_ram_mb": 1,
"name": "<string>",
"app_kind": {
"auto_enable": true,
"created_at": "2023-11-07T05:31:56Z",
"env_vars": {},
"exec_start": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"restart_policy": "<string>",
"setup_script": "<string>",
"source": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"app_id": "<string>",
"environment_file": "<string>",
"workspace_id": "<string>"
},
"configurable_params": [
{
"key": "<string>",
"label": "<string>",
"default": "<string>",
"description": "<string>",
"group": "<string>",
"help_url": "<string>",
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"order": 123,
"required": true,
"sensitive": true,
"validation_pattern": "<string>"
}
],
"destructive_delete": true,
"incompatible_templates": [
"<string>"
],
"preview": true,
"system_tags": [
"<string>"
]
}
]
}App Catalog
List App Catalog
Browse the catalog of installable apps and services.
GET
/
api
/
v1
/
app-catalog
List all available catalog apps.
curl --request GET \
--url https://api.rigbox.dev/api/v1/app-catalog{
"items": [
{
"category": "<string>",
"description": "<string>",
"icon": "<string>",
"id": "<string>",
"min_disk_mb": 1,
"min_ram_mb": 1,
"name": "<string>",
"app_kind": {
"auto_enable": true,
"created_at": "2023-11-07T05:31:56Z",
"env_vars": {},
"exec_start": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"restart_policy": "<string>",
"setup_script": "<string>",
"source": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"app_id": "<string>",
"environment_file": "<string>",
"workspace_id": "<string>"
},
"configurable_params": [
{
"key": "<string>",
"label": "<string>",
"default": "<string>",
"description": "<string>",
"group": "<string>",
"help_url": "<string>",
"options": [
{
"label": "<string>",
"value": "<string>"
}
],
"order": 123,
"required": true,
"sensitive": true,
"validation_pattern": "<string>"
}
],
"destructive_delete": true,
"incompatible_templates": [
"<string>"
],
"preview": true,
"system_tags": [
"<string>"
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
List of available catalog app items
Show child attributes
Show child attributes
⌘I