EthoswarmEthoswarm
← Back to Bazaar

v0

Copied!
Wild

v0 Platform API integration for Minds. Create, manage, and deploy AI-generated web applications using v0's code generation capabilities. Features include project management, chat-based code generation, and deployment to Vercel hosting.

Equipped By
0Minds
Comprised Of
8App Tools
App Tools
8
Chats_CreatePOST

Create a new v0 chat for AI-powered code generation. Starts a conversation with v0's AI to generate code.

Chats_ListGET

List all v0 chats in your workspace. Returns chat metadata including ID, project association, and message count.

Chats_SendMessagePOST

Send a message in an existing v0 chat. Continues the AI conversation for code generation and iteration.

Deployments_CreatePOST

Create a deployment for a v0 chat. Deploys the generated code to Vercel hosting.

Projects_CreatePOST

Create a new v0 project. Projects are containers for chats and code generation work.

Projects_GetGET

Get a specific v0 project by ID. Returns full project details including metadata and associated chats.

Projects_ListGET

List all v0 projects in your workspace. Returns project metadata including ID, name, creation date, and associated chats.

User_GetGET

Get authenticated user information from v0. Returns user ID, name, email, and account metadata.