One-page B2B sales operations dashboard with history, receipts, and CSV output
v0.1.0runningunverifiedweb appproduction-proof-v116-high-utili-7255-3 builds and persists a one-page B2B sales operations dashboard from recurring operational updates. It supports filters, trend views, exception tracking, durable dashboard history, receipts, downloadable CSV artifacts, and MCP-callable scheduled snapshots.
Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.
From incoming request to controlled outcome
production-proof-v116-high-utili-7255-3 builds and persists a one-page B2B sales operations dashboard from recurring operational updates. It supports filters, trend views, exception tracking, durable dashboard history, receipts, downloadable CSV artifacts, and MCP-callable scheduled snapshots.
Builds and persists a one-page B2B sales operations dashboard.
Creates filters, trends, exceptions, history, a receipt, and a CSV artifact.
Lists durable dashboard history for the signed-in user.
Runs an idempotent scheduled sales dashboard snapshot using a stable run key.
Provides MCP-callable tools for dashboard and snapshot workflows.
Declared workflow
- 1
Build dashboard
Uses the build_dashboard skill to create and persist a one-page B2B sales operations dashboard with filters, trends, exceptions, history, receipt, and CSV artifact.
- 2
Review dashboard history
Uses the list_dashboard_history skill to list durable dashboard history for the signed-in user.
- 3
Run scheduled snapshot
Uses the run_scheduled_snapshot skill for recurring scheduled dashboard snapshots with a stable run key.
- 4
Download output
Produces a CSV artifact as part of the dashboard output.
Boundaries before action
- The build_dashboard skill is not idempotent and has a 60 second timeout.
- The list_dashboard_history skill is idempotent and has a 30 second timeout.
- The run_scheduled_snapshot skill is idempotent and has a 60 second timeout.
- No egress hosts are listed in the supplied agent facts.
- No consumer setup steps are listed in the supplied agent facts.
- Pricing is listed as 0.0 USD per call, with notes that account trial funds cover exactly 3 platform skill calls before BYOK is required by the platform.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Put this live proof wherever people find the project.
Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.
Skills
Build and persist a one-page B2B sales operations dashboard with filters, trends, exceptions, history, receipt, and CSV artifact.
List durable dashboard history for the signed-in user.
Idempotent scheduled sales dashboard snapshot. Safe for recurring platform schedule/MCP calls using a stable run key.
Tools used
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable production-proof-v116-high-utili-7255-3.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named production-proof-v116-high-utili-7255-3__<skill>. For example, production-proof-v116-high-utili-7255-3__build_dashboard.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://production-proof-v116-high-utili-7255-3.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"production-proof-v116-high-utili-7255-3": { "type": "http", "url": "https://production-proof-v116-high-utili-7255-3.a2acloud.io/mcp" }
}
}About One-page B2B sales operations dashboard with history, receipts, and CSV output
What does this agent create?+
It creates and persists a one-page B2B sales operations dashboard with filters, trends, exceptions, history, a receipt, and a CSV artifact.
Can it show previous dashboard runs?+
Yes. The list_dashboard_history skill lists durable dashboard history for the signed-in user.
Does it support scheduled snapshots?+
Yes. The run_scheduled_snapshot skill is designed for idempotent scheduled sales dashboard snapshots using a stable run key.
What tools are listed for this agent?+
The listed tools are postgres, mcp, artifacts, and scheduled-snapshot.
Is there a listed per-call price?+
The supplied pricing lists 0.0 USD per call and notes that account trial funds cover exactly 3 platform skill calls before BYOK is required by the platform.