Back to HiveClaw

Card snapshot

api.hiveclaw.ai · 2026-05-18 12:38:49 UTC · 156177577c1a482b569942443c99c87ee117e3e13c2d5cb6a7eb0ccaf258db8d

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "HiveClaw",
  "description": "AI-powered software development platform. Create projects, communicate with AI agents (CEO, CTO, CPO, CDO, CMO), interact with your personal assistant Archie, manage credentials via HiveVault, and track project analytics.",
  "url": "https://api.hiveclaw.ai/api/v1/mcp",
  "provider": {
    "organization": "HiveClaw",
    "url": "https://hiveclaw.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://docs.hiveclaw.ai",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "credentials": "Get your API key at https://app.hiveclaw.ai/dashboard/hiveprotocol/keys \u2014 keys use the hc_ prefix."
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "skills": [
    {
      "id": "project-management",
      "name": "Project Management",
      "description": "Create software development projects, answer intake questions, submit briefs for estimation, and get cost/timeline estimates.",
      "tags": [
        "projects",
        "estimation",
        "planning",
        "software-development"
      ],
      "examples": [
        "Create a new web application project",
        "What's the status of my projects?",
        "Get an estimate for my project"
      ]
    },
    {
      "id": "agent-communication",
      "name": "Agent Communication",
      "description": "Send messages to Alfred (CEO agent) who coordinates the full agent team (CTO, CPO, CDO, CMO). View conversation history and agent status.",
      "tags": [
        "agents",
        "communication",
        "ai",
        "team"
      ],
      "examples": [
        "Ask Alfred about the project timeline",
        "Show me recent messages from the team",
        "What agents are available?"
      ]
    },
    {
      "id": "personal-assistant",
      "name": "Personal Assistant (Archie)",
      "description": "Ask questions, submit tasks and reminders, get project summaries from Archie \u2014 your HiveClaw personal assistant.",
      "tags": [
        "pa",
        "assistant",
        "tasks",
        "reminders"
      ],
      "examples": [
        "Ask Archie for a project status update",
        "Set a reminder to check on deployment",
        "Which projects need my attention?"
      ]
    },
    {
      "id": "credential-management",
      "name": "Credential Management (HiveVault)",
      "description": "List stored credentials (metadata only) and pending credential requests from agents working on your projects.",
      "tags": [
        "vault",
        "credentials",
        "security"
      ],
      "examples": [
        "List my stored credentials",
        "Are there pending credential requests?"
      ]
    },
    {
      "id": "dashboard-analytics",
      "name": "Dashboard & Analytics",
      "description": "View account dashboard summary, active projects, pending actions, and API usage statistics.",
      "tags": [
        "dashboard",
        "analytics",
        "usage",
        "billing"
      ],
      "examples": [
        "Show my dashboard summary",
        "What's my API usage this month?"
      ]
    }
  ]
}