Skip to content
Back to Space Frontiers

Card snapshot

spacefrontiers.org · 2026-08-24 17:19:46 UTC · 1020ea296cfa34b6434cd9575252194be19460def0a208cee2fee0caf21c55af

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": "Space Frontiers",
  "description": "Research and commerce agent for the Space Frontiers knowledge platform: answers research questions grounded in multi-billion scholarly and public-interest documents with citations, explains MCP and REST access, and sells prepaid API credit packages settled through Stripe.",
  "url": "https://spacefrontiers.org/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://spacefrontiers.org/a2a",
      "protocolBinding": "JSONRPC",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://spacefrontiers.org/a2a",
      "protocolBinding": "JSONRPC",
      "transport": "JSONRPC"
    }
  ],
  "provider": {
    "organization": "Space Frontiers",
    "url": "https://spacefrontiers.org"
  },
  "version": "0.1.0",
  "documentationUrl": "https://api.spacefrontiers.org/auth.md",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
        "description": "Merchant role. Settlement runs on Stripe rails: ACP checkout sessions and MPP top-ups with delegated payment tokens; this agent guides buyers to those endpoints.",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      },
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/v1",
        "description": "Merchant role. Settlement runs on Stripe rails: ACP checkout sessions and MPP top-ups with delegated payment tokens.",
        "required": false,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Space Frontiers API key or OAuth 2.1 access token presented as a Bearer credential. Obtain a key at https://spacefrontiers.org/keys."
    },
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-Api-Key",
      "description": "Space Frontiers API key."
    }
  },
  "security": [
    {
      "bearer": []
    },
    {
      "apiKey": []
    }
  ],
  "skills": [
    {
      "id": "research",
      "name": "Grounded research",
      "description": "Answers a natural-language research question with a citation-backed synthesis over the Space Frontiers corpus (papers, books, patents, standards, Wikipedia, and social sources). Returns the answer plus the sources it drew on as artifacts. Requires an authenticated credential and is billed per turn; pass the prior task contextId to ask a follow-up in the same thread.",
      "tags": [
        "research",
        "search",
        "rag",
        "citations"
      ],
      "examples": [
        "What is the current evidence on microplastic accumulation in human tissue?",
        "Summarize recent approaches to perovskite solar cell stability."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown",
        "application/json"
      ]
    },
    {
      "id": "search-access",
      "name": "Search access guidance",
      "description": "Explains how to search Space Frontiers (MCP, REST, WebMCP), authenticate as an agent, and retrieve bounded source text with citations.",
      "tags": [
        "search",
        "documentation"
      ],
      "examples": [
        "How do I search Space Frontiers from my agent?"
      ]
    },
    {
      "id": "credit-top-up",
      "name": "Prepaid credit purchase",
      "description": "Sells fixed prepaid API credit packages ($5-$1000) settled with Stripe delegated payment tokens through ACP checkout sessions or MPP payment challenges.",
      "tags": [
        "commerce",
        "payments"
      ],
      "examples": [
        "Buy $10 of Space Frontiers API credits"
      ]
    }
  ]
}