Connect Softr to AI agents

Connect Softr to Claude, Codex, Cursor, or other AI agents for your entire team. Metorial security, governance, observability, and gives your team a unified Magic MCP url to connect.

Supported Tools

get_records

Get Records

Retrieve records from a Softr table. Fetch a single record by ID, or list records with pagination. Use the `fieldNames` option to get human-readable field names instead of field IDs in the response.

list_tables

List Tables

Retrieve all tables in a specific Softr database, including their fields (schema). Useful for discovering available tables and understanding their structure before querying records.

delete_record

Delete Record

Delete a record from a Softr table by its ID. This action is permanent and cannot be undone.

manage_table

Manage Table

Create, retrieve, update, or delete a table in a Softr database. - To **create**: provide `databaseId` and `name`. Optionally include `primaryFieldName` and `fields`. - To **get**: provide `databaseId` and `tableId`. - To **update**: provide `databaseId`, `tableId`, and new `name`/`description`. - To **delete**: provide `databaseId`, `tableId`, and set `delete` to true.

sync_users

Sync Users

Trigger a user sync in a Softr application. You can sync all users, or provide specific email addresses to sync only those users. Requires the **domain** to be configured in the integration settings.

create_record

Create Record

Create a new record in a Softr table. Provide field values as a map of field IDs (or field names if `fieldNames` is true) to their values.

update_record

Update Record

Partially update a record in a Softr table. Only the fields provided will be updated; other fields remain unchanged.

list_databases

List Databases

Retrieve all databases accessible to the authenticated user. Returns database names, IDs, workspace associations, and table counts.

delete_user

Delete User

Delete a user from a Softr application by their email address. Requires the **domain** to be configured in the integration settings.

manage_database

Manage Database

Create, retrieve, update, or delete a Softr database. - To **create**: provide `workspaceId` and `name`. - To **get**: provide `databaseId` only. - To **update**: provide `databaseId` along with `name` and/or `description`. - To **delete**: provide `databaseId` and set `delete` to true. Database must be empty.

search_records

Search Records

Search for records in a Softr table using filters, sorting, and pagination. Supports a rich set of filter operators for precise querying. **Available filter operators:** - **Comparison:** IS, IS_NOT, GREATER_THAN, GREATER_THAN_OR_EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS - **String matching:** CONTAINS, DOES_NOT_CONTAIN, STARTS_WITH, DOES_NOT_START_WITH, ENDS_WITH, DOES_NOT_END_WITH - **Array:** IS_ONE_OF, IS_NOT_ONE_OF, HAS_ANY_OF, HAS_ALL_OF, HAS_NONE_OF - **Null checks:** IS_EMPTY, IS_NOT_EMPTY - **Range:** IS_BETWEEN, IS_NOT_BETWEEN, IS_WITHIN, IS_NOT_WITHIN - **Composite:** AND, OR (for combining multiple conditions)

generate_magic_link

Generate Magic Link

Generate a magic link for a user in a Softr application, enabling passwordless authentication. The user must already exist in the app. Requires the **domain** to be configured in the integration settings.

create_user

Create User

Create a new user in a Softr application. Optionally generates a magic link for passwordless login. If no password is provided, one will be auto-generated by Softr. Requires the **domain** to be configured in the integration settings.

validate_user_token

Validate User Token

Validate a Softr user authentication JWT token. Useful when using Softr user data in external systems outside of Softr to verify the token is valid and extract user information. Requires the **domain** to be configured in the integration settings.

manage_table_field

Manage Table Field

Add, retrieve, update, or delete a field (column) on a Softr table. Use this to manage the schema of your tables. - To **add**: provide `name` and `type`. Supported types include: SINGLE_LINE_TEXT, CHECKBOX, CURRENCY, DATE, DATETIME, DURATION, EMAIL, SELECT, NUMBER, ATTACHMENT, RATING, LINKED_RECORD, LONG_TEXT, URL, PERCENT, PHONE. - To **get**: provide `fieldId` only. - To **update**: provide `fieldId` with new `name`, `type`, or `options`. - To **delete**: provide `fieldId` and set `delete` to true.

More integrations teams use with Softr

GitHub

Manage repositories, issues, and pull requests. Create and configure branches, star repositories, review code, and merge changes. Automate CI/CD workflows with GitHub Actions, manage workflow runs, secrets, and artifacts. Track issues with labels, milestones, and assignees. Search across code, repositories, issues, and users. Manage organizations, teams, and memberships. Create and manage projects, gists, packages, deployments, and environments. Access security alerts including code scanning, secret scanning, and Dependabot alerts. Read and write file contents in repositories. Manage webhooks, notifications, and codespaces.

Sharepoint

Manage SharePoint sites, document libraries, lists, and files. Create, read, update, and delete lists and list items with custom columns. Upload, download, move, copy, and version files in document libraries. Search across sites, files, folders, lists, and list items using Microsoft Search. Manage permissions at site, list, and item levels with granular access control. Define and manage content types and site columns. Subscribe to webhooks for list and library change notifications. Retrieve site properties and search for sites across Microsoft 365.

Hubspot

Create, read, update, and delete CRM objects including contacts, companies, deals, tickets, and custom objects. Manage associations between CRM records. Track engagements such as calls, emails, meetings, notes, and tasks. Send transactional and marketing emails, manage campaigns, and handle subscription preferences. Build and manage marketing workflows, sequences, and automation actions. Manage CMS content including blog posts, landing pages, and HubDB tables. Handle commerce data including products, orders, invoices, quotes, and payments. Create and manage contact lists for segmentation. Configure deal, ticket, and order pipelines with custom stages. Search and filter CRM records. Bulk import and export CRM data. Manage users, teams, and account settings. Subscribe to webhooks for real-time notifications on object creation, deletion, property changes, merges, and association changes.

Salesforce

Manage CRM data including Accounts, Contacts, Leads, Opportunities, Cases, and custom objects. Create, read, update, and delete records. Query data using SOQL and search across objects using SOSL. Perform bulk data operations for large-scale imports, exports, and migrations. Execute composite requests to batch multiple operations in a single API call. Access analytics, reports, and dashboards. Manage files and attachments associated with records. Interact with Chatter feeds, posts, and groups for social collaboration. Subscribe to real-time change events via Change Data Capture and Platform Events. Manage org metadata including custom objects, fields, layouts, and workflows. Query data using GraphQL for precise data retrieval across related objects.

Apolloio

Search and prospect B2B contacts and companies from a database of over 275 million people and 70 million organizations. Enrich people and company data with emails, phone numbers, and firmographic details. Create and manage contacts, accounts, deals, and tasks. Add contacts to email sequences and manage sequence statuses. Log and search call records. Perform bulk operations for contact creation, account creation, task creation, and data enrichment.

Airtable

Create, read, update, and delete records in Airtable bases and tables. Manage base schemas including creating tables and fields. Filter records using formulas, sort by fields, and scope queries to specific views. Upsert records to find, create, or update in a single call. Upload attachments to records, read and write record comments, list accessible bases, and receive real-time base change events through webhooks.

Technical notes for Softr

Manage users, databases, tables, and records in Softr no-code applications. Create and delete app users, generate magic links for passwordless authentication, sync users, and validate JWT tokens. Perform full CRUD operations on databases, tables, table fields (schema), and records. Search and filter records within tables. Integrate Softr data with external systems via its Database and Studio APIs.

Connect Softr to production AI agents

See how Metorial gives Softr access the governance, tracing, and security controls teams need.

Frequently asked questions

Common questions about connecting Softr to AI agents with Metorial.

  1. Can Metorial connect Softr to AI agents?
    Yes. Metorial connects AI agents to Softr through a governed integration layer, so teams can use the provider while keeping access controlled and observable.
  2. Metorial is MCP compatible and lets teams expose approved provider tools to MCP-capable agents and clients through a controlled access layer.
  3. Metorial applies policies across users, groups, providers, agents, and individual tools, then records the context around every agent interaction.
  4. Yes. Metorial records provider activity so teams can inspect tool calls, troubleshoot integrations, and give security teams the visibility they need.