VibeKit App Logs
vibekit_app_logsFetch recent container/application logs for an app. Use this to debug crashes, errors, or a deploy that isn't serving.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID (from vibekit_list_apps) | |
| lines | No | Number of log lines to retrieve (default 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the call succeeded. | |
| data | No | Recent container log lines for the app. | |
| error | No | Error message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error). |