list_deployment_targets
Show which deployment backends are available in the current cluster. vibeD auto-detects targets by checking for CRDs and API groups.
Input Schema
No parameters required.
Example
{}
Response
{
"targets": [
{
"name": "sandbox",
"available": true
},
{
"name": "kubernetes",
"available": true
}
]
}
This tool lists the available runtime templates (e.g. node-24, python-313, static-nginx). You normally don't pass a template — the classifier picks one — but you can override it in the deploy metadata.