VibeKit Agent History
vibekit_agent_historyGet the recent chat history between the user and an app's AI agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App ID (from vibekit_list_apps) | |
| limit | No | Maximum number of messages to return (default 20) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the call succeeded. | |
| data | No | Array of recent chat messages between the user and the app's agent. | |
| error | No | Error message when ok is false (e.g. missing/invalid VIBEKIT_API_KEY, or an API error). |