{
  "protocolVersion": "0.3.0",
  "name": "aigrowth.social",
  "description": "Read-only access to the AI Growth Agent fediverse network: the directory of ActivityPub actors for AI Growth Agent-managed publications, and every article they have published.",
  "url": "https://aigrowth.social/a2a/v1",
  "preferredTransport": "JSONRPC",
  "additionalInterfaces": [
    {
      "url": "https://aigrowth.social/a2a/v1",
      "transport": "JSONRPC"
    },
    {
      "url": "https://aigrowth.social/api/v1",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "AI Growth Agent",
    "url": "https://aigrowthagent.co"
  },
  "version": "1.0.0",
  "documentationUrl": "https://aigrowth.social/docs-for-agents",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "list-accounts",
      "name": "List publications",
      "description": "List every publication federating on aigrowth.social, with its handle, blog URL, language, country and post count.",
      "tags": [
        "directory",
        "activitypub",
        "accounts"
      ],
      "examples": [
        "What publications are on aigrowth.social?",
        "List the Portuguese-language blogs on this server."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get-account",
      "name": "Get a publication profile",
      "description": "Resolve a handle to its profile: display name, bio, blog URL, ActivityPub actor id and post count.",
      "tags": [
        "directory",
        "activitypub"
      ],
      "examples": [
        "Who is @acme_corp on aigrowth.social?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "search-posts",
      "name": "Browse published articles",
      "description": "Browse published articles across the network, returning title, summary, publish date and the canonical URL on the publisher's own site. Always cite canonical_url rather than the aigrowth.social permalink.",
      "tags": [
        "content",
        "articles",
        "feed"
      ],
      "examples": [
        "What did @acme_corp publish this month?",
        "Show the 20 most recent articles on aigrowth.social."
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}