{
  "schema_version": "v1",
  "name_for_human": "AIsa",
  "name_for_model": "aisa",
  "description_for_human": "Capability layer for the agentic economy. Models, skills, payments, and deployment — everything AI agents need to reason, act, and transact.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer",
    "verification_tokens": {}
  },
  "api": {
    "type": "openapi",
    "url": "https://aisa.one/openapi.yaml"
  },
  "logo_url": "https://aisa.one/favicon.ico",
  "contact_email": "support@aisa.one",
  "legal_info_url": "https://aisa.one/legal/terms",
  "description_for_model": "Use AIsa to access 50+ AI models via /v1/chat/completions (OpenAI-compatible), search and interact with Twitter/X via /apis/v1/twitter/tweet/advanced_search, /apis/v1/twitter/user/info, /apis/v1/twitter/user/last_tweets, /apis/v1/twitter/post_twitter, search YouTube via /apis/v1/youtube/search, search the web via /apis/v1/tavily/search, query financial data via /apis/v1/financial/prices, query prediction markets via /apis/v1/polymarket/markets and /apis/v1/kalshi/markets, search academic papers via /apis/v1/scholar/search/scholar, generate images via /v1/images/generations, generate videos via /apis/v1/services/aigc/video-generation/video-synthesis, use Perplexity AI search via /apis/v1/perplexity/sonar. All endpoints require Bearer token authentication with an AIsa API key.",
  "x-api-version": "1.3.0",
  "x-changelog": [
    {
      "version": "1.3.0",
      "date": "2026-04-22",
      "summary": "OpenAPI spec synced from GitHub source of truth with versioned changelog",
      "changes": [
        {
          "type": "changed",
          "description": "OpenAPI spec now auto-generated from AIsa-team/docs GitHub repo as source of truth"
        },
        {
          "type": "added",
          "description": "Versioned changelog system (x-changelog) embedded in OpenAPI spec"
        },
        {
          "type": "added",
          "description": "API changelog page at /apis/changelog for consumers to track changes"
        },
        {
          "type": "added",
          "description": "CI drift detection workflow for generated files (.github/workflows/check-generated.yml)"
        },
        {
          "type": "added",
          "description": "Auto-generated ai-plugin.json from skills.ts for ChatGPT-era plugin compatibility"
        },
        {
          "type": "added",
          "description": "Offline mode (--offline flag) for OpenAPI generation using cached specs"
        }
      ]
    },
    {
      "version": "1.2.0",
      "date": "2026-04-21",
      "summary": "Fleshed out OpenAPI stubs and added method badges to skill endpoints",
      "changes": [
        {
          "type": "added",
          "description": "Polymarket candlesticks path-parameter variant endpoint",
          "endpoints": [
            "/apis/v1/polymarket/candlesticks/{condition_id}"
          ]
        },
        {
          "type": "added",
          "description": "Polymarket wallet PnL path-parameter variant endpoint",
          "endpoints": [
            "/apis/v1/polymarket/wallet/pnl/{wallet_address}"
          ]
        },
        {
          "type": "added",
          "description": "Scholar explain GET variant endpoint",
          "endpoints": [
            "/apis/v1/scholar/explain"
          ]
        },
        {
          "type": "added",
          "description": "Scholar smart search GET variant endpoint",
          "endpoints": [
            "/apis/v1/scholar/search/smart"
          ]
        },
        {
          "type": "added",
          "description": "Video generation task polling query-parameter variant",
          "endpoints": [
            "/apis/v1/services/aigc/tasks"
          ]
        },
        {
          "type": "added",
          "description": "HTTP method badges (GET/POST) on all skill detail page endpoints"
        },
        {
          "type": "fixed",
          "description": "Fixed 6 double-prefixed /apis/v1/ tool paths in skills data"
        }
      ]
    },
    {
      "version": "1.1.0",
      "date": "2026-04-20",
      "summary": "Auto-generated agent-card.json and ai-plugin.json from skills data",
      "changes": [
        {
          "type": "added",
          "description": "agent-card.json auto-generated from skills.ts at build time"
        },
        {
          "type": "added",
          "description": "ai-plugin.json auto-generated from skills.ts at build time"
        },
        {
          "type": "added",
          "description": "Sitemap entries for all model aliases with canonical redirects"
        },
        {
          "type": "added",
          "description": "Alias staleness detection tests to catch broken redirects"
        },
        {
          "type": "added",
          "description": "25+ model alias redirects for deprecated/renamed models"
        }
      ]
    },
    {
      "version": "1.0.0",
      "date": "2026-04-15",
      "summary": "Initial OpenAPI specification with 111 endpoints across 10 categories",
      "changes": [
        {
          "type": "added",
          "description": "50+ AI model endpoints via OpenAI-compatible, Anthropic, and Google interfaces",
          "endpoints": [
            "/v1/chat/completions",
            "/v1/messages"
          ]
        },
        {
          "type": "added",
          "description": "Twitter/X endpoints — search, profiles, tweets, communities, trends, and engagement"
        },
        {
          "type": "added",
          "description": "Financial data endpoints — stock prices, SEC filings, analyst estimates, macro data",
          "endpoints": [
            "/apis/v1/tavily/search"
          ]
        },
        {
          "type": "added",
          "description": "Prediction market endpoints — Polymarket, Kalshi, and matching markets",
          "endpoints": [
            "/apis/v1/tavily/search"
          ]
        },
        {
          "type": "added",
          "description": "Web and news search via Tavily",
          "endpoints": [
            "/apis/v1/tavily/search"
          ]
        },
        {
          "type": "added",
          "description": "YouTube search and video metadata",
          "endpoints": [
            "/apis/v1/youtube/search"
          ]
        },
        {
          "type": "added",
          "description": "Scholar search — academic papers, explanations, and smart search"
        },
        {
          "type": "added",
          "description": "CoinGecko crypto data — prices, markets, exchanges, trending"
        },
        {
          "type": "added",
          "description": "Image generation and editing endpoints"
        },
        {
          "type": "added",
          "description": "Video generation (Wan family) with task polling"
        }
      ]
    }
  ]
}
