Chart types
line, bar, pie, radar
Developer Preview
Boards is live today for mindmaps, flowcharts, kanban boards, and architecture views. Charts is the next tool on the same platform for line, bar, pie, and radar visualizations. Agents do not need your repo. They call your server, create the artifact, and return a hosted link.
Next tool
Charts extends the same workspace, API key, MCP, and PNG export model into quantitative outputs. The initial plan uses Chart.js for a fast MVP with line, bar, pie, and radar chart types.
line, bar, pie, radar
Chart.js for the MVP export and hosted view
viewer_url + png_url for chat channels
new create_chart / get_chart / export_chart_png surface
Each mode is optimized for a different kind of request. The screenshots below come from the current live product in light and dark themes.
Mindmap


Flowchart


Kanban


Architecture


The intended model is not a public repo workflow. Agents connect to your server and call stable tools.
create_board
Generate a hosted board from user text and return a viewer URL.
get_board
Fetch metadata, scene JSON, and the hosted viewer URL for an existing board.
share_board
Create a shared tokenized link for board access.
set_board_visibility
Switch a board between private, shared, and public access.
update_board
Refine an existing board without creating a new board id. Useful for agent-driven iteration.
export_board_png
Return a PNG export URL when the channel needs an image as well as a hosted link.
Live endpoint
Agents should connect to https://api.pipintama.com/mcp, infer the mode, create a concise title, preserve the user’s source text, and return a hosted board link that can be opened immediately.
MCP endpoint
https://api.pipintama.com/mcp
Streamable HTTP endpoint for remote agents. Requires a Pipintama API key.
MCP health
https://api.pipintama.com/mcp-health
Simple public check for service availability.
PNG export example
https://api.pipintama.com/mcp-exports/cmndns0hn0001o401md5okzju.png?theme=light
Direct image export for channels like Telegram or WhatsApp.
Agent skill
/docs/pipintama-boards-skill.md
Markdown instructions agents can read before using the tools.
GitHub docs
https://github.com/davidk2yoyo/pipintama_agents
Public MCP and skill reference repo for humans and agent builders.
Charts spec
/docs/pipintama-charts-spec.md
Initial product and MCP contract for Pipintama Charts.
The hosted MCP layer is now live for Boards, and Charts is specified next on the same auth and workspace model so Pipintama can become a real platform of hosted tools for autonomous agents.