Skip to main content
POST
/
session
/
mcp-token
Generate Token
curl --request POST \
  --url https://api.ara.so/session/mcp-token \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "server_prefix": "<string>"
}
'
{
  "token": "<string>",
  "command": "<string>",
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
server_prefix
string | null

Response

Successful Response

token
string
required
command
string
required
url
string
required