Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required
botId
string
required

Body

application/json
baseId
string
required
Minimum string length: 1
role
enum<string>
required
Available options:
owner,
creator,
editor,
commenter,
viewer

Response

201 - application/json

Updated list of projects the bot can access

id
string
required
name
string
required
role
enum<string>
required
Available options:
owner,
creator,
editor,
commenter,
viewer
Last modified on September 15, 2026