Skip to content
Back to TableCharts

Card snapshot

tablecharts.co · 2026-06-15 18:28:17 UTC · 8b8b504e5bcd3dffd6c50103ac431e63329416e0a52a7254871058192d7fe3a9

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": "TableCharts",
  "description": "Chart generation agent for AI systems. POST tabular data (JSON rows, raw CSV, or a Notion/Google Sheets/Salesforce URL) and receive a public live-updating dashboard URL plus an embeddable iframe. Auto-cleans data, recommends the best of 15 chart types (bar, line, area, pie, doughnut, radar, scatter, stacked-bar, stacked-area, horizontal-bar, funnel, treemap, heatmap, gauge, kpi), generates titles, and detects outliers. Inbound email charts@tablecharts.co also accepts CSV/JSON attachments or Notion/Sheets links. Auth: Authorization: Bearer tc_live_<api_key> on every call (manage keys at https://tablecharts.co/dashboard/api-keys). Pricing: weekly subscriptions from $29/week (50 dashboards) up to $179/week (600 dashboards), plus optional top-ups from $25 / 25 credits \u2014 see https://tablecharts.co/pricing. On quota exhaustion the endpoint returns HTTP 402 with code=quota_exhausted and a buy_url. Full docs at https://tablecharts.co/docs.",
  "url": "https://xsbzchiryhqatvrzgyxm.supabase.co/functions/v1/generate-dashboard",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "TableCharts",
    "url": "https://tablecharts.co"
  },
  "version": "1.1.0",
  "documentationUrl": "https://tablecharts.co/docs",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/csv",
    "text/uri-list",
    "message/rfc822"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/html"
  ],
  "securitySchemes": {
    "bearerAuth": {
      "type": "http",
      "scheme": "bearer",
      "description": "API key in the form tc_live_<key>. Manage at https://tablecharts.co/dashboard/api-keys."
    }
  },
  "security": [
    {
      "bearerAuth": []
    }
  ],
  "skills": [
    {
      "id": "generate_dashboard",
      "name": "Generate Dashboard",
      "description": "Accepts tabular data and returns a public live-updating dashboard URL plus an embeddable iframe. Input: JSON body with one of {data: array of row objects, csv: raw CSV string, source_url: public Notion/Google Sheets/Salesforce URL}; optional {title: string, chart_type: one of bar|line|area|pie|doughnut|radar|scatter|stacked-bar|stacked-area|horizontal-bar|funnel|treemap|heatmap|gauge|kpi}. Output: {ok, dashboard_url, embed_url, embed_iframe, embed_id, chart_type, rows}. Supported data sources: notion, google_sheets, salesforce, csv, json. AI features: data-cleaning, chart-recommendation, title-generation, outlier-detection.",
      "tags": [
        "chart",
        "charts",
        "dashboard",
        "dashboards",
        "visualization",
        "data-viz",
        "embed",
        "iframe",
        "reporting",
        "analytics",
        "csv",
        "json",
        "notion",
        "google-sheets",
        "salesforce",
        "a2a",
        "visualization-rendering",
        "data-orchestration",
        "tabular-formatting",
        "bar",
        "line",
        "area",
        "pie",
        "doughnut",
        "radar",
        "scatter",
        "stacked-bar",
        "stacked-area",
        "horizontal-bar",
        "funnel",
        "treemap",
        "heatmap",
        "gauge",
        "kpi",
        "data-cleaning",
        "chart-recommendation",
        "title-generation",
        "outlier-detection"
      ],
      "inputModes": [
        "application/json",
        "text/csv",
        "text/uri-list"
      ],
      "outputModes": [
        "application/json"
      ],
      "examples": [
        "{\"input\":{\"data\":[{\"month\":\"January\",\"revenue\":42000},{\"month\":\"February\",\"revenue\":48000},{\"month\":\"March\",\"revenue\":56000}],\"title\":\"Q1 Revenue\"},\"output\":{\"ok\":true,\"dashboard_url\":\"https://tablecharts.co/embed/abc123\",\"embed_iframe\":\"<iframe src=\\\"https://tablecharts.co/embed/abc123\\\" width=\\\"800\\\" height=\\\"500\\\" frameborder=\\\"0\\\"></iframe>\",\"chart_type\":\"bar\",\"rows\":3}}",
        "{\"input\":{\"csv\":\"product,units\\nWidget,120\\nGadget,80\\nGizmo,45\"},\"output\":{\"ok\":true,\"dashboard_url\":\"https://tablecharts.co/embed/def456\",\"chart_type\":\"bar\",\"rows\":3}}",
        "{\"input\":{\"source_url\":\"https://docs.google.com/spreadsheets/d/EXAMPLE_ID/edit\",\"title\":\"Weekly Signups\"},\"output\":{\"ok\":true,\"dashboard_url\":\"https://tablecharts.co/embed/ghi789\",\"chart_type\":\"line\",\"rows\":52}}"
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}