Skip to content

OpenAI Codex

The Codex integration connects streamboard to the OpenAI Codex CLI through the Model Context Protocol (MCP), giving Codex fifteen tools for authoring, versioning, commenting on, and alarming generative-UI dashboards.

  1. Add the following to your .codex/config.toml:
    [mcp_servers.streamboard]
    type = "url"
    url = "https://mcp.usestreamboard.com/mcp"
  2. Trust the project when prompted by Codex
  3. On first use, authenticate via OAuth
ToolDescription
create_streamboardAuthor a new streamboard from a json-render spec
update_streamboardAppend a new version to an existing streamboard
get_streamboardRead the spec + metadata for a streamboard
get_streamboard_dataRead live pushed state + binding contract (latest spec); catches $bind typos/drift
list_versionsList every version of a streamboard
delete_streamboardPermanent delete (owner / org admin only)
  • “Build a streamboard with four KPI tiles + an area chart for weekly signups. Make the chart data bindable.”
  • “Update streamboard <id> to add a ‘Top regions’ bar chart.”
  • “Show me every version of streamboard <id> and who authored each.”

After authoring, mint a data token in Settings → Tokens and push values via @streamboard/sdk or the CLI.