create_blueprint
Destructive
Create AI configuration blueprints in LynxPrompt. Define prompt instructions, set visibility levels, and organize agent templates for structured workflow management.
Instructions
Create a new blueprint in LynxPrompt
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Blueprint content (the actual prompt/instructions text) | |
| description | No | Short description of the blueprint (optional) | |
| name | Yes | Name of the blueprint | |
| type | Yes | Blueprint type, e.g. AGENTS_MD, CLAUDE_MD | |
| visibility | No | Visibility: PRIVATE, TEAM, or PUBLIC (optional, defaults to PRIVATE) |