create_blueprint
Create a new AI configuration blueprint by specifying name, content, type, and optional visibility settings.
Instructions
Create a new blueprint in LynxPrompt
Input 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) |