vibekit_read_file
Read file contents from any VibeKit app's workspace using its app ID and relative path. Access source files directly for inspection or debugging.
Instructions
Read the contents of a file in an app's workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File path relative to workspace root, e.g. 'src/index.ts' | |
| appId | Yes | App ID or subdomain slug |