Create Blueprint
create_blueprintGenerate tech stack blueprints for projects by specifying project type, scale, and priorities to receive tailored technology recommendations.
Instructions
Creates a new tech stack blueprint for a project. Requires API key with 'blueprint:write' scope.
The blueprint generation is asynchronous. By default, this tool waits for completion and returns the full blueprint. Set waitForCompletion=false to get the job ID immediately for manual polling.
Example usage:
Create a SaaS MVP: projectType="saas", scale="mvp", priorities=["time-to-market", "cost-efficiency"]
Create an enterprise API: projectType="api", scale="enterprise", priorities=["security", "scalability"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | No | Project name (optional) | |
| projectType | Yes | Type of project | |
| scale | Yes | Project scale | |
| projectDescription | No | Brief description (optional) | |
| priorities | No | Top 3 priorities (optional) | |
| constraints | No | Technology constraint IDs (optional) | |
| waitForCompletion | No | Wait for completion (default: true) |