box

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name BOX_TOKEN or zero doctor check-connector --url https://api.box.com/2.0/users/me --method GET

How to Use

Base URL: https://api.box.com/2.0

All calls use Authorization: Bearer $BOX_TOKEN. The token is an OAuth access token refreshed automatically by vm0.

User

Get Current User

curl -s "https://api.box.com/2.0/users/me" \
  --header "Authorization: Bearer $BOX_TOKEN" | jq '{id, name, login, type}'
Installs
1
GitHub Stars
71
First Seen
3 days ago
box — vm0-ai/vm0-skills