Softr
Build custom apps and portals from Airtable in minutes with no-code. Softr provides user management and database APIs for building client portals, internal tools, and web applications.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Softr authenticates with an API key. Generate the credential in your Softr account, then paste it into FlyMyAI the first time an agent uses a Softr action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API Key | Navigate to Dashboard → Profile icon → My account → API Settings and click "Generate API key". You must be an application owner or workspace collaborator. (required) |
Domain | Your Softr app domain or subdomain (e.g., "yourdomain.softr.app" or "yourdomain.com"). Access your app on Softr → Publish to find your subdomain. Your app must be published before making API calls. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
SOFTR_CREATE_DATABASE | Tool to create a new database in a Softr workspace. Use when you need to set up a new database for storing data within a specific Softr workspace. | workspaceId, name |
SOFTR_CREATE_RECORD | Creates a new record in a Softr database table. Use when you need to add new data to a specific table in your Softr database. | database_id, table_id, fields |
SOFTR_CREATE_TABLE | Tool to create a new table within a specified Softr database. Use when you need to add a new data structure with custom fields to organize information. | database_id, name, fields |
SOFTR_CREATE_TABLE_FIELD | Tool to add a new field to a Softr table. Use when you need to add a new column to an existing table, such as adding an email field, a text field, or any other field type to store additional data. | databaseId, tableId, name, type |
SOFTR_DELETE_DATABASE | Tool to delete a specific database by its ID from Softr. Use when you need to remove a database. The database must be empty unless the 'force' parameter is set to true. This operation is irreversible. | database_id |
SOFTR_DELETE_RECORD | Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record. | database_id, table_id, record_id |
SOFTR_DELETE_TABLE | Tool to delete a specific table by its ID from a database. Use when you need to remove a table. The table must be empty unless the force parameter is set to true. | database_id, table_id |
SOFTR_DELETE_TABLE_FIELD | Tool to delete a field from a Softr database table. Use when you need to remove a field from a table. Returns success confirmation upon completion. | database_id, table_id, field_id |
SOFTR_GET_DATABASE | Tool to retrieve details for a specific database by ID. Use when you need to fetch information about a particular database in Softr. | database_id |
SOFTR_GET_DATABASES | Tool to retrieve all databases available in the workspace. Use when you need to list or discover available databases for further operations. | - |
SOFTR_GET_RECORD | Tool to retrieve a single record by its ID from a Softr database table. Use when you need to fetch detailed information about a specific record. | databaseId, tableId, recordId |
SOFTR_GET_RECORDS | Tool to retrieve a paginated list of records from a Softr table. Use when you need to fetch records from a specific table with optional pagination parameters. | databaseId, tableId |
SOFTR_GET_TABLE | Tool to retrieve details for a specific table by ID. Use when you need to inspect table structure, fields, or metadata. | database_id, table_id |
SOFTR_GET_TABLES | Retrieves all tables within a specified Softr database. Use when you need to list or explore the tables available in a database. | databaseId |
SOFTR_GET_TABLE_FIELD | Tool to retrieve a specific field from a Softr table by field ID. Use when you need detailed configuration information about a table field, including its type, options, and metadata. | databaseId, tableId, fieldId |
SOFTR_GET_TABLE_FIELDS | Tool to retrieve all fields for a specific table in a Softr database. Returns comprehensive field information including id, name, type, options, and metadata. Use when you need to inspect or work with table structure. | database_id, table_id |
SOFTR_GET_TABLE_VIEWS | Tool to retrieve all views for a specified table in a Softr database. Use when you need to list or inspect available views for a table. | database_id, table_id |
SOFTR_SEARCH_RECORDS | Tool to search records in a Softr database table with filtering and pagination. Use when you need to retrieve records from a specific table, optionally filtered by field values and paginated for large result sets. | database_id, table_id |
SOFTR_UPDATE_DATABASE | Tool to update an existing database's name and/or description. Use when you need to modify database metadata after creation. | database_id |
SOFTR_UPDATE_RECORD | Tool to update an existing record's field values in a Softr table. Use when you need to modify specific fields of a record by providing the database ID, table ID, record ID, and the new field values. | database_id, table_id, record_id, fields |
SOFTR_UPDATE_TABLE | Tool to update a table's name and/or description in Softr Database. Use when you need to modify table metadata. To modify fields, use the field-specific endpoints instead. | database_id, table_id, name |
SOFTR_UPDATE_TABLE_FIELD | Updates an existing field in a Softr table. Use when you need to modify a field's name, type, or configuration options. Note: The API requires both 'type' and 'options' fields even if only updating the name. | database_id, table_id, field_id, type, options |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Softr!