Developers

The dashboard APIs are the product APIs

IndicBase does not hide a second undocumented backend. Table Editor, SQL Editor, and migrations call the same authorized project routes your session uses.

MethodPathPurpose
GET/api/projectsList workspace projects
POST/api/projectsCreate a project in a catalog region
GET/api/projects/:id/database/tablesList tables
GET/api/projects/:id/database/tables/:table/rowsPage and filter rows
POST/api/projects/:id/database/queryRun SQL
GET/api/projects/:id/database/migrationsList schema migrations
GET/api/meCurrent user and workspace

Session cookies authorize the dashboard. Project API keys are accepted only on eligible project routes — never for account or workspace admin. See documentation.