Xano
Xano is a no-code backend / backend-as-a-service that lets users visually build production REST APIs backed by a managed PostgreSQL database and serverless functions. Each workspace auto-generates its own OpenAPI/Swagger for the user-built API groups, and a separate per-instance Metadata API lets you manage tables, schema, records, files, and branches programmatically with Bearer auth.
APIs
Xano Metadata Tables & Schema API
Programmatically create, read, update, and delete database tables, their column schema, and indexes within a Xano workspace using the per-instance Metadata API.
Xano Metadata Records & Content API
Browse, retrieve, create, update, search, and delete database records (table content) individually or in batches through the Metadata API content endpoints.
Xano Metadata Files API
Upload, list, and delete files in a workspace file library, including batch deletion, via the Metadata API files endpoints.
Xano Metadata Branches & Workspace API
Inspect workspace details, list and delete branches, and export or import workspace schema and data archives through the Metadata API workspace endpoints.
Xano Metadata API Groups & Endpoints API
Create and manage API groups and their endpoints, and retrieve the auto-generated OpenAPI/Swagger document for the user-built APIs each workspace exposes.
Xano Generated User APIs
The REST APIs that Xano users build visually. Each API group is served at its own /api:{token} path on the instance and auto-generates its own OpenAPI/Swagger document; surface,...
Xano Metadata Auth & Access API
Identify the authenticated user and enumerate accessible workspaces. The Metadata API is authenticated with scoped Bearer access tokens generated from instance settings with CRU...