Core Workflows
Standard API sequences for common VibeMap tasks.
1. Creating a Project from a Prompt
Step 1: POST to /crud/projects
/crud/projects{
"name": "E-commerce App",
"original_prompt": "I want to build a marketplace for used books.",
"current_prompt": "I want to build a marketplace for used books.",
"model": "gpt-4o"
}Step 2: Poll for Analysis (Optional)
2. Listing and Exporting Requirements
Step 1: Fetch all Features
Step 2: Fetch User Stories per Feature
3. The Batch Migration Workflow
Step 1: Batch Create Personas
Step 2: Batch Create Features
4. Requirement Refining Workflow
Last updated
Was this helpful?

