Skip to main content
GET
/
credential-stubs
List credential stub agents
curl --request GET \
  --url https://api.onecli.sh/v1/credential-stubs \
  --header 'Authorization: Bearer <token>'
{
  "agents": [
    "codex"
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Available agents

agents
string[]
Example:
["codex"]