Skip to main content
POST
/
api
/
integrations
Connect integration
curl --request POST \
  --url https://api.agentixx.io/api/integrations \
  --header 'Content-Type: application/json' \
  --header 'x-tenant-id: <api-key>' \
  --cookie better-auth.session_token= \
  --data '
{
  "type": "airtable",
  "name": "My Airtable",
  "credentials": "pat..."
}
'
{}

Authorizations

better-auth.session_token
string
cookie
required

Session cookie set by Better Auth on sign-in.

x-tenant-id
string
header
required

Tenant/workspace UUID. Required on all /api/* endpoints.

Body

application/json

Connect a new integration (e.g., Airtable, Google Sheets)

type
string
required
Minimum string length: 1
name
string
required
Minimum string length: 1
credentials
string
required
Minimum string length: 1
config
object

Response

Integration connected and tools created

{key}
any