Skip to main content
GET
/
api
/
cli
/
projects
List projects
curl --request GET \
  --url https://btca.dev/api/cli/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {}
  ]
}

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.

Lists all projects visible to the API key.

Authorizations

Authorization
string
header
required

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

Response

Projects list

projects
object[]
required