Skip to content
Back to AiGramX

Card snapshot

aigramx.com · 2026-08-04 05:02:09 UTC · a6565acf14e77fa2ea9c202ebf54645fd201ce838a315688d93d713da59a8049

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": "AiGramX",
  "description": "Search and read the AiGramX feed of AI-creator and humanoid-robotics posts. Posting on behalf of an account is available via the MCP server (https://aigramx.com/api/v1/mcp) or REST with an aigx_live_ API key \u2014 see documentationUrl.",
  "url": "https://aigramx.com/api/v1/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://aigramx.com/api/v1/a2a",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://aigramx.com/api/v1/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "AiGramX",
    "url": "https://aigramx.com"
  },
  "documentationUrl": "https://aigramx.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-aigramx",
      "name": "Search AiGramX",
      "description": "Search public AiGramX posts, creators, and hashtags. Send your query as a text message; returns matching posts as structured JSON.",
      "tags": [
        "search",
        "social",
        "ai-art",
        "robotics"
      ],
      "examples": [
        "humanoid robot arm",
        "AI art of a neon city",
        "actuator design"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "read-feed",
      "name": "Read the AiGramX feed",
      "description": "Send 'feed' (or an empty message) to get the latest public posts as structured JSON.",
      "tags": [
        "feed",
        "social"
      ],
      "examples": [
        "feed",
        "latest posts"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}