Skip to main content
POST
/
workspaces
/
{workspaceName}
/
join
Accept invitation to workspace
curl --request POST \
  --url https://api.blaxel.ai/v0/workspaces/{workspaceName}/join \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>",
  "workspace": {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdBy": "<string>",
    "updatedBy": "<string>",
    "accountId": "<string>",
    "displayName": "My Workspace",
    "id": "<string>",
    "labels": {},
    "name": "my-workspace",
    "region": "us-west-2",
    "runtime": {
      "generation": "mk3"
    },
    "status": "ready",
    "statusReason": "<string>"
  }
}

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

workspaceName
string
required

Name of the workspace

Response

Invitation successfully accepted

Pending invitation accept

email
string

User email

workspace
object

Tenant container that groups all Blaxel resources (agents, functions, models, etc.) with shared team access control and billing.