Back to FlowDown AI

Card snapshot

flowdown.ai · 2026-05-18 15:58:57 UTC · 2071d7aced9b6651cbfdbf32c34dbdcfed9177459d3f020b69040e212a26424c

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.

{
  "schema_version": "0.1.0",
  "name": "FlowDown AI",
  "description": "Native Apple-platform AI workspace with local models, OpenAI-compatible providers, MCP client support, web search, attachments, memory, and Shortcuts automation.",
  "url": "https://flowdown.ai",
  "provider": {
    "name": "FlowDown Team",
    "url": "https://flowdown.ai/about",
    "email": "flowdownapp@qaq.wiki"
  },
  "version": "2026-05-09",
  "documentationUrl": "https://flowdown.ai/docs",
  "iconUrl": "https://flowdown.ai/icon-primary.png",
  "skills": [
    {
      "id": "configure-openai-compatible-models",
      "name": "Configure OpenAI-compatible models",
      "description": "Guide users through adding custom base URLs, tokens, headers, model names, modalities, and additional request body fields.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "documentationUrl": "https://flowdown.ai/docs/documents/models/cloud_models_setup"
    },
    {
      "id": "connect-mcp-client",
      "name": "Connect MCP servers in FlowDown",
      "description": "Guide users through adding Streamable HTTP MCP servers, headers, verification, import, export, and tool auditing.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "documentationUrl": "https://flowdown.ai/docs/documents/capabilities/mcp_integration"
    },
    {
      "id": "automate-with-shortcuts",
      "name": "Automate FlowDown with Apple Shortcuts",
      "description": "Guide users through FlowDown Shortcuts actions for generating responses, opening conversations, and creating conversation links.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "documentationUrl": "https://flowdown.ai/docs/documents/guides/apple_shortcuts"
    }
  ],
  "authentication": {
    "type": "none",
    "description": "Public discovery resources use anonymous read access. Provider and MCP credentials are configured by the user inside the installed app."
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  }
}