Skip to main content
GET
/
counts
Get resource counts
curl --request GET \
  --url https://api.onecli.sh/v1/counts \
  --header 'Authorization: Bearer <token>'
{
  "agents": 123,
  "apps": 123,
  "llms": 123,
  "secrets": 123
}

Authorizations

Authorization
string
header
required

API key obtained from the dashboard or GET /user/api-key

Response

200 - application/json

Resource counts

agents
integer
apps
integer

Connected app connections (including inherited organization connections).

llms
integer

Non-generic secrets (LLM keys).

secrets
integer

Generic secrets.