{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Prompt Generation API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Prompt Generation", "type": "folder" }, "items": [ { "info": { "name": "Anthropic Generate A Prompt", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/v1/experimental/generate_prompt", "headers": [ { "name": "anthropic-beta", "value": "" }, { "name": "x-api-key", "value": "" }, { "name": "Content-Type", "value": "" }, { "name": "anthropic-dangerous-direct-browser-access", "value": "" }, { "name": "anthropic-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a well-written prompt for a specified task. This API creates\nprompts that can be used directly with the Messages API.\n\n**Requirements:**\n- Must have joined the closed research preview for prompt tools APIs\n- Must use the API directly (not available in SDK)\n- Must include the beta header `prompt-tools-2025-04-02`\n" } ] } ], "bundled": true }