Softr logo

Softr

Softr is a no-code platform for building client portals, internal tools, and web apps on top of Airtable, Google Sheets, and the native Softr Database. Its public REST APIs let you manage app users (create, invite, activate, magic links) and read and write records in Softr Databases programmatically using a Softr-Api-Key header.

3 APIs 0 Features
No CodeApp BuilderClient PortalsUser ManagementDatabase

APIs

Softr Users Management API

Manage the end users of a published Softr app - create users, delete them, activate and deactivate accounts, send invitation emails, generate Magic Links, sync users, and valida...

Softr Database API

Public REST API for the native Softr Database - list databases, manage tables and table fields, and perform CRUD plus search over records. Authenticated with a Softr-Api-Key hea...

Softr Webhooks and Workflows

Softr Workflows fire outbound automations and HTTP webhook calls in response to app events (such as record or user changes), letting external systems react to activity inside a ...

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
aid: softr
url: https://raw.githubusercontent.com/api-evangelist/softr/refs/heads/main/apis.yml
name: Softr
kind: company
description: Softr is a no-code platform for building client portals, internal tools,
  and web apps on top of Airtable, Google Sheets, and the native Softr Database. Its
  public REST APIs let you manage app users (create, invite, activate, magic links)
  and read and write records in Softr Databases programmatically using a Softr-Api-Key
  header.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
tags:
- No Code
- App Builder
- Client Portals
- User Management
- Database
created: '2026-06-20'
modified: '2026-06-20'
specificationVersion: '0.19'
apis:
- aid: softr:users-management-api
  name: Softr Users Management API
  tags:
  - Users
  - Authentication
  - Magic Link
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.softr.io/softr-api/api-setup-and-endpoints
  baseURL: https://studio-api.softr.io/v1/api
  properties:
  - url: https://docs.softr.io/softr-api
    type: Documentation
  - url: https://docs.softr.io/softr-api/api-setup-and-endpoints
    type: APIReference
  - url: openapi/softr-openapi.yml
    type: OpenAPI
  - url: collections/softr.postman_collection.json
    type: PostmanCollection
  - url: collections/softr.opencollection.json
    type: OpenCollection
  description: Manage the end users of a published Softr app - create users, delete
    them, activate and deactivate accounts, send invitation emails, generate Magic
    Links, sync users, and validate auth tokens. Authenticated with a Softr-Api-Key
    and a Softr-Domain header.
- aid: softr:app-data-api
  name: Softr Database API
  tags:
  - Database
  - Records
  - Tables
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.softr.io/softr-api/softr-database-api
  baseURL: https://tables-api.softr.io/api/v1
  properties:
  - url: https://docs.softr.io/softr-api/softr-database-api
    type: Documentation
  - url: https://docs.softr.io/softr-api/softr-database-api/records/get-records.md
    type: APIReference
  - url: openapi/softr-openapi.yml
    type: OpenAPI
  - url: collections/softr.postman_collection.json
    type: PostmanCollection
  - url: collections/softr.opencollection.json
    type: OpenCollection
  description: Public REST API for the native Softr Database - list databases, manage
    tables and table fields, and perform CRUD plus search over records. Authenticated
    with a Softr-Api-Key header; reads are limited to 40 req/s and writes to 30 req/s
    per token.
- aid: softr:webhooks
  name: Softr Webhooks and Workflows
  tags:
  - Webhooks
  - Workflows
  - Automation
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://docs.softr.io/workflows
  baseURL: https://studio-api.softr.io/v1/api
  properties:
  - url: https://docs.softr.io/workflows
    type: Documentation
  description: Softr Workflows fire outbound automations and HTTP webhook calls in
    response to app events (such as record or user changes), letting external systems
    react to activity inside a Softr app. There is no documented inbound public webhook
    subscription REST API.
common:
- type: GitHubOrganization
  url: https://github.com/softr-io
- type: LinkedIn
  url: https://www.linkedin.com/company/softr
- type: Website
  url: https://www.softr.io
- type: Documentation
  url: https://docs.softr.io
- type: Plans
  url: plans/softr-plans-pricing.yml
- type: RateLimits
  url: rate-limits/softr-rate-limits.yml
- type: FinOps
  url: finops/softr-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com