Skip to content
Back to Imejis API

Card snapshot

api.imejis.io · 2026-07-25 15:05:27 UTC · aca4ede2730d6c264e9f44f3134e024a1f4485d69b8add91ac236be2861a43be

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": "Imejis API",
  "version": "1.0.0",
  "description": "Imejis image-generation API and MCP server.",
  "url": "https://api.imejis.io",
  "preferredTransport": "http",
  "supportedInterfaces": [
    {
      "serviceUrl": "https://api.imejis.io",
      "transportProtocol": "http"
    }
  ],
  "provider": {
    "organization": "Imejis",
    "url": "https://www.imejis.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "imejis-api",
      "name": "imejis-api",
      "description": "Generate images from templates with the imejis API: manage designs, render with dynamic data, and track usage.",
      "tags": [
        "discovery"
      ]
    }
  ],
  "documentationUrl": "https://www.imejis.io/apis"
}