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>"
}Generate an MCP token for the user.
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>"
}Was this page helpful?