Skip to content
Back to ForceDream

Card snapshot

api.forcedream.ai · 2026-07-21 06:07:03 UTC · 3d6024b51954c8f9cd120a635303d948a88f40dd107c7e34fc73bee6bb804d86

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.

{
  "protocolVersion": "0.3.0",
  "name": "ForceDream",
  "description": "ForceDream real, standards-compliant A2A execution runtime. Call POST /v1/a2a/execute with params.message.metadata.capability set to any real capability listed below -- the real, generic router selects the right, specific ForceDream agent internally.",
  "url": "https://api.forcedream.ai/v1/a2a/execute",
  "version": "1.0.0",
  "provider": {
    "organization": "ForceDream",
    "url": "https://forcedream.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "skills": [
    {
      "id": "translation",
      "name": "translation",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "translation"
      ]
    },
    {
      "id": "data:validation",
      "name": "data:validation",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "data:validation"
      ]
    },
    {
      "id": "classification",
      "name": "classification",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "classification"
      ]
    },
    {
      "id": "sentiment",
      "name": "sentiment",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "sentiment"
      ]
    },
    {
      "id": "research:citation",
      "name": "research:citation",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "research:citation"
      ]
    },
    {
      "id": "compliance:audit",
      "name": "compliance:audit",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "compliance:audit"
      ]
    },
    {
      "id": "data:aggregation",
      "name": "data:aggregation",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "data:aggregation"
      ]
    },
    {
      "id": "pricing:optimization",
      "name": "pricing:optimization",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "pricing:optimization"
      ]
    },
    {
      "id": "analytics:forecast",
      "name": "analytics:forecast",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "analytics:forecast"
      ]
    },
    {
      "id": "video:evaluation",
      "name": "video:evaluation",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "video:evaluation"
      ]
    },
    {
      "id": "data:extraction",
      "name": "data:extraction",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "data:extraction"
      ]
    },
    {
      "id": "summarization",
      "name": "summarization",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "summarization"
      ]
    },
    {
      "id": "analytics:anomaly-detection",
      "name": "analytics:anomaly-detection",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "analytics:anomaly-detection"
      ]
    },
    {
      "id": "coding",
      "name": "coding",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "coding"
      ]
    },
    {
      "id": "sales:lead-scoring",
      "name": "sales:lead-scoring",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "sales:lead-scoring"
      ]
    },
    {
      "id": "code:review",
      "name": "code:review",
      "description": "Real, registered ForceDream capability",
      "tags": [
        "code:review"
      ]
    }
  ]
}