list_hooks
List Hooks
Retrieve all webhooks configured in your V0 workspace.
list_hooks
Retrieve all webhooks configured in your V0 workspace.
get_project
Retrieve details of a specific V0 project by its ID. Returns project metadata, associated chats, and configuration.
get_chat
Retrieve full details of a specific chat including its message history, latest version status, and associated metadata.
delete_chat
Permanently delete a chat and all its contents. This operation is irreversible.
update_env_vars
Update the values of existing environment variables for a V0 project. Only the value can be changed; keys cannot be renamed.
delete_deployment
Delete a deployment from Vercel. This will remove the deployed application and its URL.
send_message
Send a follow-up message to an existing V0 chat to refine or iterate on generated code. The AI will process the message and produce a new version of the code. Use this for iterative development within a chat session.
get_account_info
Retrieve information about the authenticated V0 user including their profile, current subscription plan, and billing usage.
list_chats
Retrieve a list of chats with pagination and filtering support. Filter by favorite status, Vercel project, or Git branch.
delete_project
Permanently delete a V0 project. This operation is irreversible and removes the project and all associated data.
get_deployment
Retrieve details of a specific deployment including its status, URLs, and associated project/chat/version information.
delete_hook
Delete a webhook by its ID. This action is irreversible.
get_hook
Retrieve the details of a specific webhook by its ID.
update_project
Update an existing V0 project's metadata including its name, description, instructions, or privacy setting.
get_deployment_logs
Retrieve logs and errors for a specific deployment. Useful for debugging and monitoring deployed applications. Optionally filter logs by timestamp.
create_chat
Start a new AI code generation session by sending a natural language prompt to V0. The AI will generate web application code based on your message. Optionally provide system context, associate with a project, or configure privacy settings.
list_env_vars
Retrieve all environment variables for a V0 project. Optionally return decrypted values.
create_env_vars
Create one or more environment variables for a V0 project. These variables are available across all chats in the project. Use upsert to update existing variables.
list_deployments
Find deployments for a specific project, chat, and version combination.
create_hook
Create a new webhook that listens for specific V0 events. Supported events include chat and message lifecycle events. Optionally scope the hook to a specific chat.
create_deployment
Deploy a specific version of a V0 chat to Vercel. Requires a project, chat, and version ID. The deployment will be hosted on Vercel's platform with a unique URL.
delete_env_vars
Delete one or more environment variables from a V0 project by their IDs.
init_chat
Initialize a new chat from existing source content such as files, a GitHub repository, a component registry, or a zip archive. This enables context-rich AI conversations based on your existing code.
list_projects
List all V0 projects in your workspace. Returns project names, IDs, privacy settings, and URLs for each project.
create_project
Create a new V0 project. Projects are containers for chats, code, and deployments. You can optionally set a description, instructions for the AI model, privacy settings, and initial environment variables.
assign_project_to_chat
Link an existing V0 project to a specific chat. This groups the conversation under a shared project context, enabling deployment and environment variable sharing.
Generate, refine, and deploy web application code using natural language prompts through AI-powered chat sessions. Create and manage projects programmatically, upload and manage files, import codebases from GitHub repositories, and deploy applications to hosting with custom domains. Supports multi-turn conversational code generation, iterative development workflows, and autonomous AI agent integration for building and deploying web applications.
Common questions about connecting V 0 to AI agents with Metorial.