UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

47 lines (46 loc) 932 B
{ "id": "runway", "activation": { "onStartup": false }, "enabledByDefault": true, "setup": { "providers": [ { "id": "runway", "envVars": [ "RUNWAYML_API_SECRET", "RUNWAY_API_KEY" ] } ] }, "providerAuthChoices": [ { "provider": "runway", "method": "api-key", "choiceId": "runway-api-key", "choiceLabel": "Runway API key", "groupId": "runway", "groupLabel": "Runway", "groupHint": "API key", "onboardingScopes": [ "image-generation" ], "optionKey": "runwayApiKey", "cliFlag": "--runway-api-key", "cliOption": "--runway-api-key <key>", "cliDescription": "Runway API key" } ], "contracts": { "videoGenerationProviders": [ "runway" ] }, "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }