curl -X PATCH https://api.magpipe.ai/functions/v1/manage-skills/SKILL_ID \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "config": { "keywords": ["AI voice agent", "conversational AI"], "platforms": ["reddit", "hackernews", "x", "linkedin"] }, "delivery_channels": [ { "channel": "slack", "channel_name": "#monitoring" } ] }'
{ "agent_skill": { "id": "7a99a0af-...", "is_enabled": true, "config": { "keywords": ["AI voice agent", "conversational AI"], "platforms": ["reddit", "hackernews", "x", "linkedin"] }, "delivery_channels": [ { "channel": "slack", "channel_name": "#monitoring" } ] } }
Update a skill’s configuration, delivery channels, or enabled status
event
schedule