Usage & Prompt Guide
Overview
Basic Patterns
Managing Projects
"Show me the list of projects connected to bkend"
"Check the status of the dev environment in the my-app project"Creating Tables
"Create a users table in the dev environment.
I need name (string, required), email (string, required), and role (string) fields"Performing Data CRUD
Advanced Patterns
Creating Multiple Tables at Once
Querying Data with Conditions
Viewing and Modifying Schemas
Using with Code
Generating TypeScript Interfaces
Generating REST API Code
Building Components
Writing Effective Requests
Be Specific
Specify Field Types
Session Context
Item
Description
Troubleshooting
"Tool not found" error
Slow responses
Next Steps
Last updated