InfoLobby Public API

Use the InfoLobby Public API to read and write your workspace data from any external system — CRM tools, data pipelines, scripts, dashboards, or integration platforms like ProcFu.

Base URL

https://infolobby.com/api

What you can do

  • List workspaces, tables, and records
  • Create, update, and delete records
  • Query and filter records
  • Read and post comments on records
  • Upload, delete, and download file attachments on records

What the API does not cover

To keep the surface secure and simple, the public API deliberately excludes:

  • User, account, and billing management
  • Workspace membership and invites
  • Integration credentials
  • Triggers / flows / webforms

These remain available only through the logged-in interface.

Getting started

  1. Go to Account → API Keys in your InfoLobby dashboard
  2. Click Create API Key
  3. Copy the generated secret — it is only shown once
  4. Send it as a Bearer token on every request:
Authorization: Bearer il_live_<your_secret>

Authentication

See Authentication for full details.

Rate limits

See Rate Limits. Limits scale with your plan.

Errors

See Errors for the response format and status codes.

Endpoints

  • Spaces — list workspaces
  • Tables — list tables, fetch schemas
  • Records — CRUD and querying
  • Comments — read and create record comments
  • Files — upload, delete, and download record attachments