Want to find the answer quick?
Namespace Reference
The API surface of the SDK is organized in namespaces. Each namespace holds a set of APIs, e.g. databases
provides all available Xata endpoints to manage your databases. The endpoints and namespaces are generated from the OpenAPI specification.
Authentication
Authentication and API Key management.
1
client.authentication()
Branch
Branch management.
1
client.branch()
Databases
Workspace databases management.
1
client.databases()
Invites
Manage user invites.
1
client.invites()
Migrations
Branch schema migrations and history.
1
client.migrations()
Users
User management.
1
client.users()
Workspaces
Workspace management.
1
client.workspaces()
Records
Access the table records operations.
1
client.records()
Search And Filter
APIs for searching, querying, filtering, and aggregating records.
1
client.search_and_filter()
Table
Table management.
1
client.table()