download_blueprint
Download a blueprint as an Agent Skills directory, returning a JSON manifest of all files (SKILL.md, reference docs, scripts) to write to disk for any coding agent. Avoid reading individual tools.
Instructions
Download a blueprint as an Agent Skills directory. Returns a JSON manifest with all files (SKILL.md, reference docs, scripts) that can be written to disk for any coding agent to consume. Use this instead of reading full blueprint/business-case/plan data via individual tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprintId | Yes | The blueprint ID (UUID) | |
| customerOrgId | No | Customer organization ID (UUID). Required for partner users accessing a customer org. | |
| platform | No | Target deployment platform (e.g., 'servicenow', 'openclaw'). Includes a platform-specific deployment guide. |