{
    "protocolVersion": "0.3.0",
    "name": "Вайб-Маркетолог",
    "description": "Генерация видео, изображений, музыки и озвучки 170+ нейросетями. Оплата по факту с рублёвого баланса.",
    "url": "https://cp.vibemarketolog.ru/api/agent",
    "preferredTransport": "JSONRPC",
    "supportedInterfaces": [
        {
            "url": "https://cp.vibemarketolog.ru/api/agent",
            "transport": "JSONRPC"
        },
        {
            "url": "https://cp.vibemarketolog.ru/api/mcp",
            "transport": "MCP"
        }
    ],
    "additionalInterfaces": [
        {
            "url": "https://cp.vibemarketolog.ru/api/mcp",
            "transport": "MCP"
        }
    ],
    "provider": {
        "organization": "Вайб-Маркетолог",
        "url": "https://vibemarketolog.ru"
    },
    "version": "1.0.0",
    "documentationUrl": "https://cp.vibemarketolog.ru/docs/agent-api",
    "iconUrl": "https://vibemarketolog.ru/favicon.ico",
    "capabilities": {
        "streaming": false,
        "pushNotifications": true,
        "stateTransitionHistory": false
    },
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "application/json",
        "image/png",
        "video/mp4",
        "audio/mpeg",
        "text/plain"
    ],
    "securitySchemes": {
        "AgentBearer": {
            "type": "http",
            "scheme": "bearer",
            "description": "Bearer oc_ token issued in the dashboard. See https://cp.vibemarketolog.ru/auth.md"
        }
    },
    "security": [
        {
            "AgentBearer": []
        }
    ],
    "skills": [
        {
            "id": "generate-image",
            "name": "Generate image",
            "description": "Generate images from a prompt with 170+ models.",
            "tags": [
                "image",
                "generation"
            ],
            "examples": [
                "Generate a product photo of a mug on marble"
            ]
        },
        {
            "id": "generate-video",
            "name": "Generate video",
            "description": "Text-to-video or image-to-video (Veo, Kling, Seedance, Grok).",
            "tags": [
                "video",
                "generation"
            ],
            "examples": [
                "Animate this product photo into a 6s clip"
            ]
        },
        {
            "id": "generate-music",
            "name": "Generate music",
            "description": "Songs or instrumentals with Suno v5/v5.5.",
            "tags": [
                "music",
                "audio"
            ],
            "examples": [
                "Compose a 60s upbeat synthwave track"
            ]
        },
        {
            "id": "generate-voiceover",
            "name": "Generate voiceover",
            "description": "TTS with ElevenLabs voices.",
            "tags": [
                "voice",
                "tts"
            ],
            "examples": [
                "Voice this script in Russian"
            ]
        }
    ]
}