You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .codex-plugin/plugin.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "beatapi-codex-plugin",
3
-
"version": "0.1.0",
4
-
"description": "Create and manage BeatAPI AI music video and ecommerce video workflows from Codex.",
3
+
"version": "0.2.0",
4
+
"description": "Create and manage BeatAPI async and realtime AI video APIs from Codex.",
5
5
"author": {
6
6
"name": "BeatAPI",
7
7
"email": "support@beatapi.io",
@@ -14,14 +14,15 @@
14
14
"beatapi",
15
15
"ai-video",
16
16
"music-video",
17
-
"ecommerce-video"
17
+
"ecommerce-video",
18
+
"realtime-video"
18
19
],
19
20
"skills": "./skills/",
20
21
"mcpServers": "./.mcp.json",
21
22
"interface": {
22
23
"displayName": "BeatAPI",
23
-
"shortDescription": "Create AI music videos and product ads",
24
-
"longDescription": "Use one existing BeatAPI account and API key from Codex to upload inputs, check credits and concurrency, create asynchronous Music Video and Ecommerce Video tasks, manage storyboard shots, monitor progress, retrieve hosted results, and configure webhooks.",
24
+
"shortDescription": "Manage async and realtime AI video APIs",
25
+
"longDescription": "Use one existing BeatAPI account and API key from Codex to upload inputs, check credits and concurrency, create asynchronous Music Video and Ecommerce Video tasks, manage short-lived Realtime Video sessions, monitor progress, retrieve hosted results, and configure webhooks.",
25
26
"developerName": "BeatAPI",
26
27
"category": "Creativity",
27
28
"capabilities": [
@@ -34,6 +35,7 @@
34
35
"defaultPrompt": [
35
36
"Use $beatapi-video to create a music video from my images and audio.",
36
37
"Use $beatapi-video to turn my product images into a vertical ad.",
38
+
"Use $beatapi-video to create a 60-second realtime session for my web app.",
37
39
"Use $beatapi-video to check my credits and task status."
0 commit comments