Developer Tools21 toolsPaste one API key
Softr integration for AI agents
Build custom apps and portals from Airtable in minutes with no-code.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Softr once and call the same tools from all of them.
Setup
Connect Softr through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Softr exposes 21 tools through ClawLink. The 17 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
softr_get_database | Retrieve details for a specific database by ID | Read |
softr_get_databases | Retrieve all databases available in the workspace | Read |
softr_get_record | Retrieve a single record by its ID from a Softr database table | Read |
softr_get_records | Retrieve a paginated list of records from a Softr table | Read |
softr_get_table | Retrieve details for a specific table by ID | Read |
softr_get_table_field | Retrieve a specific field from a Softr table by field ID | Read |
softr_get_table_views | Retrieve all views for a specified table in a Softr database | Read |
softr_get_tables | Retrieves all tables within a specified Softr database | Read |
softr_search_records | Search records in a Softr database table with filtering and pagination | Read |
softr_create_database | Create a new database in a Softr workspace | Write |
softr_create_record | Creates a new record in a Softr database table | Write |
softr_create_table | Create a new table within a specified Softr database | Write |
softr_create_table_field | Add a new field to a Softr table | Write |
softr_update_database | Update an existing database's name and/or description | Write |
softr_update_record | Update an existing record's field values in a Softr table | Write |
softr_update_table | Update a table's name and/or description in Softr Database | Write |
softr_update_table_field | Updates an existing field in a Softr table | Write |