Freemium
Bolt.new API
Bolt.new is an AI-driven web development platform that enables users to create, edit, and deploy full-stack applications directly from their browser. By simply describing your project idea, Bolt.new leverages advanced AI models to generate and run code, manage dependencies, and deploy applications without any local setup. Ideal for developers, designers, and entrepreneurs, it streamlines the development process with a no-code interface and powerful backend capabilities.
1
Endpoints
0
Views
Aug 29, 2025
Last Checked
150 K tokens daily limit
Rate Limit
API Endpoints
Create a new Bolt project
Full URL
https://api.bolt.new/v1/v1/projects
Code Examples
curl -X POST 'https://api.bolt.new/v1/v1/projects' \
-H 'Authorization: Bearer YOUR_API_KEY'
Parameters
{ "name": "My Project", "template": "nodejs" }
Example Response
{
"id": "proj_123",
"name": "My Project"
}
Version
v1
Rate Limit
Limited free tier
Tags
ai-prototypingfull-stack-appsweb-app-generation
Related APIs
Discover similar APIs that might interest you