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
- Go to Account → API Keys in your InfoLobby dashboard
- Click Create API Key
- Copy the generated secret — it is only shown once
- 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.