{
  "markdown": "<p align=\"center\">\n  <img src=\"assets/logo.png\" alt=\"VAP AI Saraswati emblem\" width=\"120\">\n</p>\n\n# VAP AI\n\nAgent-native AI platform for AI Room, Media API, and Coding Plan API.\n\n[Website](https://vapagent.com/) | [Developer Hub](https://vapagent.com/developer/) | [AI Room](https://vapagent.com/new) | [Dashboard](https://vapagent.com/new-dashboard/) | [Status](https://vapagent.com/status.html)\n\n## Products\n\n### AI Room\n\nConversational creative workspace where custom-trained AI agents use session context to create images, video, voice, and music.\n\n- Product URL: https://vapagent.com/new\n- Plans: Lite, Pro, and Max monthly Room plans\n\n### Media API\n\nUnified generation API for image, video, and music workflows. Current public model surfaces include Pimo AI-Video, Aura Image Turbo, and Pira V5.5.\n\n- Developer Hub: https://vapagent.com/developer/\n- API base URL: `https://api.vapagent.com/api/v1`\n- Create generation: `POST /api/v1/generations`\n- Create operation: `POST /api/v1/operations`\n- Authentication: product-scoped VAP Media API key\n- MCP endpoint: `https://api.vapagent.com/mcp`\n\n### Coding Plan API\n\nOpenAI-compatible API for coding agents, IDEs, editors, and automation workflows. Powered by Nemesis Deep Coder with model ID `vap-code`.\n\n- Developer Hub: https://vapagent.com/developer/\n- Model page: https://vapagent.com/models/nemesis-deep-coder.html\n- Harness guide: https://vapagent.com/integrations/coding-harnesses.html\n- API base URL: `https://api.vapagent.com/v1`\n- Model ID: `vap-code`\n- Responses endpoint: `POST /v1/responses`\n- Chat Completions endpoint: `POST /v1/chat/completions`\n- Authentication: product-scoped VAP Coding Plan API key\n\n## Start From The Product Surface\n\nUse these entry points for new integrations:\n\n| Need | Link |\n| --- | --- |\n| Use AI Room | https://vapagent.com/new |\n| Generate a Media API key | https://vapagent.com/developer/?key=media#keys |\n| Generate a Coding Plan API key | https://vapagent.com/developer/?key=code#keys |\n| View Coding Plan API plans | https://vapagent.com/new-dashboard/?billing=code#plans |\n| Read Developer Hub | https://vapagent.com/developer/ |\n| See Nemesis Deep Coder | https://vapagent.com/models/nemesis-deep-coder.html |\n\n## Media API Via MCP\n\nThis repository remains the public GitHub and MCP discovery surface for VAP Media API integrations. MCP is still supported for Claude Desktop, Claude Code, Cursor-compatible MCP clients, and other agent workflows that call VAP media tools.\n\nClaude Desktop example:\n\n```json\n{\n  \"mcpServers\": {\n    \"vap\": {\n      \"url\": \"https://api.vapagent.com/mcp\",\n      \"headers\": {\n        \"Authorization\": \"Bearer YOUR_MEDIA_API_KEY\"\n      }\n    }\n  }\n}\n```\n\nFor clients that do not support headers directly, use the local proxy in `mcp/vap_mcp_proxy.py` and set `VAP_API_KEY`.\n\n## API Examples\n\n### Media API\n\n```bash\ncurl -X POST https://api.vapagent.com/api/v1/generations \\\n  -H \"Authorization: Bearer YOUR_MEDIA_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"kind\":\"image\",\"prompt\":\"a neon city at night\"}'\n```\n\n### Coding Plan API\n\n```bash\ncurl -X POST https://api.vapagent.com/v1/chat/completions \\\n  -H \"Authorization: Bearer YOUR_CODING_PLAN_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"model\":\"vap-code\",\"messages\":[{\"role\":\"user\",\"content\":\"Review this patch.\"}]}'\n```\n\n## Current Product Contracts\n\nUse these current public contracts from Developer Hub:\n\n- Media API: `https://api.vapagent.com/api/v1`\n- Media generation: `POST /api/v1/generations`\n- Media operations: `POST /api/v1/operations`\n- MCP: `https://api.vapagent.com/mcp`\n- Coding Plan API: `https://api.vapagent.com/v1`\n\n## Discovery Files\n\n- `server.json`: MCP Registry server metadata\n- `mcp.json`: MCP package metadata\n- `glama.json`: Glama MCP listing metadata\n- `mcp/tools.json`: MCP tool schema metadata\n- `mcp/vap_mcp_proxy.py`: local stdio/http proxy for MCP clients\n\n## Links\n\n- Website: https://vapagent.com/\n- Developer Hub: https://vapagent.com/developer/\n- AI Room: https://vapagent.com/new\n- MCP guide: https://vapagent.com/mcp.html\n- Webhooks: https://vapagent.com/webhooks.html\n- Status: https://vapagent.com/status.html\n- Support: support@vapagent.com\n\n## License\n\nMIT License. See [LICENSE](LICENSE).\n",
  "bytes": 4244,
  "sha": "7e013b56bacb2a75edd6bc8d02f14d349a06ba927c0e1fde79ab8039e9de9283",
  "repo_slug": "vapagentmedia/vap-showcase",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_elestirelbilinc_sketch_vap_e_d507ef77/readme"
}