{
  "version": "1.0",
  "apis": [
    {
      "name": "AppsPonds Agent API",
      "description": "Browser-approved integration and app publishing API for AI agents.",
      "baseUrl": "https://admin.appsponds.com",
      "humanDocumentation": "https://admin.appsponds.com/agents",
      "properties": [
        {
          "type": "OpenAPI",
          "url": "https://admin.appsponds.com/openapi.json"
        },
        {
          "type": "JSONSchema",
          "url": "https://admin.appsponds.com/schemas/appsponds-package.schema.json",
          "name": "AppsPonds package manifest"
        },
        {
          "type": "LLMSTXT",
          "url": "https://admin.appsponds.com/llms.txt"
        },
        {
          "type": "Markdown",
          "url": "https://admin.appsponds.com/agents.md"
        }
      ]
    }
  ]
}