{ "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "planned", "version": "1.0.0", "description": "Bring Planned into your agent workflow.", "author": { "name": "Planned", "email": "support@planned.com", "url": "https://planned.com/" }, "homepage": "https://planned.com/", "keywords": ["events", "where-to-meet", "payment-facilitation", "meeting-planning"], "extensions": { "com.openai.codex": { "interface": { "displayName": "Planned", "shortDescription": "Work with Planned from your agent.", "longDescription": "Access your events and use the Planned tools available to your account without leaving your agent.", "developerName": "Planned", "category": "Productivity", "capabilities": ["Interactive", "Read", "Write"], "websiteURL": "https://planned.com/", "privacyPolicyURL": "https://planned.com/legal/privacy-policy", "termsOfServiceURL": "https://planned.com/legal/terms-of-use", "brandColor": "#0A1013", "composerIcon": "./assets/planned-icon.svg", "logo": "./assets/logo.png", "defaultPrompt": [ "Recommend where my distributed team should meet.", "Start payment facilitation for this event contract." ] } } } }