Developer portal
Public HTTP surfaces on this site are for agent and human discovery. /table itself is a local desktop database client. Database credentials and query execution stay on the machine where the app is installed.
OpenAPI and product card
The OpenAPI document describes the public website resources only: discovery docs and a small product card API. It is not a remote database API and it does not expose query endpoints.
- OpenAPI: /openapi.json
- Product card: /api/v1/product (JSON; includes IETF RateLimit-* response headers)
- API catalog: /.well-known/api-catalog
Agent brief (llms.txt)
A markdown brief for agents covering install, local MCP setup, policy, and rules. Prefer this document when deciding whether /table fits a task.
MCP (local stdio only)
MCP ships inside the installed desktop app and speaks stdio to Claude Desktop, Claude Code, Cursor, or Windsurf. There is no hosted MCP server and no remote MCP URL on this site. Do not invent one.
- Server card: /.well-known/mcp/server-card.json
- Agent skills: /.well-known/agent-skills/index.json
- Install /table and open it.
- Add a database connection (credentials stay on the machine).
- Enable the MCP server in Settings.
- Connect the IDE or agent client over local stdio.
Install
macOS and Linux (alpha) builds are on the download page. Homebrew and a one-liner install script are also available.
- Download: /download
- One-liner:
curl -fsSL https://slashtable.dev/install.sh | sh - Manifest: downloads.slashtable.dev/latest.json
Support
Questions about integrating agents or reporting install issues: join Discord (discord.gg/xR2VdkfnJQ) or see the contact page.