{"id":"agent-n8n-workflow-blueprint","card_id":"card_agent_n8n_workflow_blueprint","name":"Agent n8n workflow blueprint","description":"Turns an automation goal into a safe n8n workflow blueprint with triggers, approval gates, env placeholders, and no external execution.","stage":1,"safety_level":"data_only_read_only","auth":{"type":"hmac-sha256","required_headers":["x-apex-tool-timestamp","x-apex-tool-nonce","x-apex-tool-content-sha256","x-apex-tool-signature"],"canonical_payload":"APEX-TOOL-V1\\n{tool_id}\\n{timestamp}\\n{nonce}\\n{sha256(canonical_json(body))}"},"input_schema":{"type":"object","properties":{"goal":{"type":"string"},"trigger":{"type":"string"},"apps":{"type":"array"},"steps":{"type":"array"},"human_approval":{"type":"boolean"},"secrets_boundary":{"type":"string"}}},"output_schema":{"type":"object","properties":{"decision":{"type":"string"},"workflow":{"type":"object"},"import_json_skeleton":{"type":"object"},"external_execution_enabled":{"type":"boolean"}}},"sample_input":{"goal":"Review Apex uploads before publishing","trigger":"webhook","apps":["Apex","GitHub","Slack"],"steps":["receive candidate","secret scan","ask human approval"],"human_approval":true}}