Skip to main content
GET
/
api
/
cli
/
status
Get current sandbox status
curl --request GET \
  --url https://btca.dev/api/cli/status \
  --header 'Authorization: Bearer <token>'
{
  "instance": {},
  "project": {}
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns sandbox state, plan, version, and current project info.

Authorizations

Authorization
string
header
required

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

Query Parameters

project
string

Response

Sandbox status

instance
object
required
project
object