API-driven analyst conversations
Create chats against connected data sources with POST /chats, then send questions the same way you would in the Basedash app.
Basedash developer platform exposes AI analyst, dashboards, insights, and automations via API and MCP server for embedded analytics and BI workflows.
Basedash developer platform turns Basedash’s internal analytics product into an API and agent-accessible infrastructure layer. Instead of using the app only through its UI, teams can create chats, stream answers, render charts, and manage dashboards, automations, and data sources from their own code.
The platform is intended for two main workflows: building customer-facing analytics inside a product, and wiring Basedash into internal tools and automation systems. The launch post frames it as a way to avoid rebuilding query layers, charting, permissions, and multi-tenant isolation from scratch while still keeping the analyst, dashboards, and insights backed by Basedash.
Create chats against connected data sources with POST /chats, then send questions the same way you would in the Basedash app.
Receive analyst work as server-sent events, including schema exploration, SQL generation and verification, chart creation, and the final answer.
Render structured chart objects through an image endpoint or use the objects directly in your own UI, emails, or PDF reports.
Manage dashboards, dashboards tabs, insights, automations, runs, data sources, metric definitions, members, groups, audit logs, and AI usage from code.
Use the Basedash MCP server with agents such as Claude Code, Cursor, and ChatGPT to query data and receive verified answers.
Scope queries with row-level security so customer-specific data stays isolated across embedded or custom analytics experiences.
Embed analytics inside a customer product with Basedash handling question answering, query generation, and chart creation behind your UI.
Trigger analysis from another system, then send the result into a support workflow, internal app, status page, or other operational surface.
Render dashboards and chart images into emails, PDFs, wikis, and internal tools when you need reports outside the Basedash app.
Use the MCP server with coding or agent tools to ask data questions and receive verified answers without building a separate conversation layer.
Manage dashboards, automations, data sources, and audit logs as code when you want Basedash to fit into existing infrastructure and governance processes.
Yes. The API is available to all Basedash workspaces, and getting started begins by signing up or logging in, connecting a data source, creating an API key in Settings → API keys, and making a POST /chats request with a question about your data.
The API is meant for teams that want to use Basedash capabilities in their own product or internal systems. The launch post specifically calls out customer-facing analytics, internal BI workflows, chart rendering in apps or reports, and agent-driven data access through the MCP server.
The API returns streamed analyst responses, status updates, SQL execution details, chart objects, and final answers. Chart responses also include an image endpoint, so results can be rendered in custom components or exported into emails and PDF reports.
Basedash pricing is flat-rate rather than per-seat on the Startup plan. The pricing page says the Startup plan is $1,000/month plus AI usage for up to 25 users, with a 14-day free trial and custom Enterprise plans for larger deployments.
The pricing page says self-hosting is available for teams that need tighter network control or stricter compliance requirements. It also mentions enterprise options such as SSO, SCIM, audit logs, custom AI models, and deployment in VPC-based environments.
RLAMA is a local AI platform for building RAG systems and intelligent agents on macOS, Linux, and Windows, with HTTP API support.
Orca is an Agent Development Environment for shipping with coding agents, running multiple CLI agents in parallel across isolated worktrees, with desktop and mobile workflows.
AI Magicx is a unified AI workspace for chat, image, video, voice, music, email and developer tasks, helping teams and creators manage multiple models in one place.
Paper is a design tool that connects canvas, code, and AI agents so teams can create, share, and ship work in one workflow. Includes desktop app and MCP access.
blop is a QA agent that writes browser tests as code in your repo, runs them in CI, clusters repeated failures, and can open PRs to fix broken tests.
Kastra authorization infrastructure for AI systems checks prompts, tool calls, shell commands, API requests, and browser actions before execution.