POST
/
api
/
v1
/
servers
curl --request POST \
  --url https://api.chakra.dev/api/v1/servers \
  --header 'Content-Type: application/json' \
  --data '{
  "accessKey": "<string>",
  "secretKey": "<string>",
  "username": "<string>"
}'
{
  "token": "<string>",
  "username": "<string>",
  "message": "<string>",
  "bucketName": "<string>",
  "bucketRegion": "<string>",
  "tags": {},
  "groupMembership": "<string>"
}

Body

application/json
accessKey
string

Found in /settings.

secretKey
string

Found in /settings.

username
string

Found in /settings. The last third of the "database session key" - colon (:) delimited. We will be exposing this in the UI soon.

Response

201 - application/json
Token created
token
string
username
string
message
string
bucketName
string
bucketRegion
string
tags
object
groupMembership
string