# Softr AI integration on Definable

> Build custom apps and portals from Airtable in minutes with no-code.

## What this connects

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.

Vendor: https://www.softr.io/

## Tools available

**21** tools available. First 12:

- `SOFTR_CREATE_DATABASE` — 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.
- `SOFTR_CREATE_RECORD` — 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.
- `SOFTR_CREATE_TABLE` — 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.
- `SOFTR_CREATE_TABLE_FIELD` — 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.
- `SOFTR_DELETE_DATABASE` — 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.
- `SOFTR_DELETE_RECORD` — Delete Record — Tool to delete a record from a Softr database table. Use when you need to permanently remove a specific record.
- `SOFTR_DELETE_TABLE` — 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.
- `SOFTR_DELETE_TABLE_FIELD` — 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.
- `SOFTR_GET_DATABASE` — 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.
- `SOFTR_GET_DATABASES` — 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` — 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.
- `SOFTR_GET_RECORDS` — Get records from table — 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.

## Auth

Auth schemes: `API_KEY`.

## How agents use Softr

Inside a Definable workflow, Softr is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Softr** — the Researcher (GPT-5.5) pulls context from Softr (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Softr** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Softr (create record, post message, draft email).
- **Designer / Engineer → Distributor → Softr** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Softr (attach file, open PR comment, post status).

The Verifier checks every Softr call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- app builder — https://definable.ai/apps/category/app-builder/
- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/softr/
- Same category (app builder): https://definable.ai/apps/category/app-builder/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
