Back to CrowTerminal

Card snapshot

api.crowterminal.com · 2026-05-18 12:47:58 UTC · 8abf807525cdf0b4b94c5721f9bf984f4221fae449a9735052a4159f813e0ec0

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.

{
  "@context": "https://schema.org",
  "@type": "SoftwareAgent",
  "name": "CrowTerminal",
  "description": "External Brain for AI Agents - Persistent versioned memory for creators/influencers. Store 6 months of history while your agent stores 10-50 lines.",
  "version": "2.3.0",
  "provider": {
    "@type": "Organization",
    "name": "CrowTerminal",
    "url": "https://crowterminal.com"
  },
  "keywords": [
    "memory",
    "persistent",
    "versioned",
    "creator",
    "influencer",
    "engagement",
    "hooks",
    "timing",
    "MCP",
    "A2A"
  ],
  "applicationCategory": "DeveloperApplication",
  "operatingSystem": "API",
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "USD",
    "description": "Free during beta"
  },
  "potentialAction": {
    "@type": "RegisterAction",
    "target": "https://api.crowterminal.com/api/agent/register",
    "description": "Self-register to get API key instantly"
  },
  "documentation": {
    "llms_txt": "https://crowterminal.com/llms.txt",
    "mcp_manifest": "https://crowterminal.com/.well-known/mcp.json",
    "openapi": "https://api.crowterminal.com/api/docs.json",
    "sandbox": "https://api.crowterminal.com/api/agent/sandbox/schema"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": true,
    "stateTransitionHistory": true,
    "memory": {
      "read": true,
      "write": true,
      "versioning": true,
      "maxVersions": 2016,
      "retentionDays": 180
    },
    "query": {
      "naturalLanguage": true,
      "semanticAliases": true,
      "fieldDiscovery": true
    },
    "analysis": {
      "engagementAnalysis": true,
      "validation": true,
      "patternDetection": true,
      "trendAnalysis": true
    }
  },
  "authentication": {
    "schemes": [
      "bearer"
    ],
    "selfRegistration": true,
    "registrationUrl": "https://api.crowterminal.com/api/agent/register",
    "credentials": "Self-register via POST /api/agent/register or get key from dashboard"
  },
  "skills": [
    {
      "id": "get_client_intelligence",
      "name": "Get Client Intelligence",
      "description": "Get comprehensive intelligence for an influencer client",
      "inputSchema": {
        "type": "object",
        "properties": {
          "clientId": {
            "type": "string",
            "description": "The client ID"
          },
          "includeHooks": {
            "type": "boolean",
            "default": true
          },
          "includeTiming": {
            "type": "boolean",
            "default": true
          }
        },
        "required": [
          "clientId"
        ]
      }
    },
    {
      "id": "get_hook_recommendations",
      "name": "Get Hook Recommendations",
      "description": "Get best performing hook archetypes for a creator",
      "inputSchema": {
        "type": "object",
        "properties": {
          "clientId": {
            "type": "string",
            "description": "The client ID"
          },
          "count": {
            "type": "number",
            "default": 5
          }
        },
        "required": [
          "clientId"
        ]
      }
    },
    {
      "id": "get_optimal_timing",
      "name": "Get Optimal Timing",
      "description": "Get best posting times for maximum engagement",
      "inputSchema": {
        "type": "object",
        "properties": {
          "clientId": {
            "type": "string",
            "description": "The client ID"
          },
          "platform": {
            "type": "string",
            "enum": [
              "tiktok",
              "instagram",
              "youtube"
            ]
          }
        },
        "required": [
          "clientId"
        ]
      }
    },
    {
      "id": "get_platform_intelligence",
      "name": "Get Platform Intelligence",
      "description": "Get latest algorithm insights for social platforms",
      "inputSchema": {
        "type": "object",
        "properties": {
          "platforms": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        },
        "required": []
      }
    },
    {
      "id": "get_content_dna",
      "name": "Get Content DNA",
      "description": "Get the content fingerprint for a creator's unique style",
      "inputSchema": {
        "type": "object",
        "properties": {
          "clientId": {
            "type": "string",
            "description": "The client ID"
          }
        },
        "required": [
          "clientId"
        ]
      }
    }
  ],
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text"
  ],
  "url": "https://api.crowterminal.com/a2a"
}