{
  "$schema": "https://a2a-protocol.org/schema/agent-card/v0.3",
  "name": "vybecoding",
  "description": "vybecoding.ai platform — Next.js/Convex web application with content management, admin UI, social media scheduling, and agent control plane",
  "version": "1.0.0",
  "url": "https://vybecoding.ai",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "sprint-management",
      "name": "Sprint Management",
      "description": "Register, track, and complete sprint runs via Convex HTTP endpoints"
    },
    {
      "id": "content-publishing",
      "name": "Content Publishing",
      "description": "Create and publish guides, apps, and news to the platform"
    },
    {
      "id": "agent-control-plane",
      "name": "Agent Control Plane",
      "description": "Register agents, manage tasks, log events, track system health"
    }
  ],
  "authentication": {
    "schemes": ["bearer"],
    "credentials": "SERVICE_TOKEN environment variable"
  },
  "provider": {
    "organization": "VybeCoding",
    "url": "https://vybecoding.ai"
  },
  "mcpServer": {
    "name": "vybe-context",
    "command": "bash",
    "args": ["/home/happy/Projects/vybeclaw/mcp-server/start.sh"]
  }
}
