box.dev
Box is a cloud content management and collaboration platform for files, folders, search, workflows, signatures, and AI features. Its developer platform lets applications and agents work with Box content and enterprise features programmatically.
Box exposes a REST HTTP API at https://api.box.com/2.0, a public hosted MCP endpoint, and an npm-delivered CLI (`box` / `npx box`).
- Box hosted MCP serverdetected
- Box Content APIdiscovered
- Box CLIdiscovered
Create a Box app in the Developer Console or generate a short-lived developer token there. Box docs state every API endpoint requires a valid access token, sent as Authorization: Bearer .... Easiest path for testing: open your app’s Configuration tab and click Generate Developer Token as shown in the Developer Tokens guide. For production, configure OAuth 2.0, JWT, or Client Credentials on your app from the same console per the authentication overview.
$ box login --platform-appAcquired by the CLI — running box login --platform-app opens the auth flow and stores the credential.
$ box configure:environments:add PATH_TO_CONFIG_FILE_OR_SETTINGSAcquired by the CLI — running box configure:environments:add PATH_TO_CONFIG_FILE_OR_SETTINGS opens the auth flow and stores the credential.
$ box configure:environments:add PATH_TO_CONFIG_FILEAcquired by the CLI — running box configure:environments:add PATH_TO_CONFIG_FILE opens the auth flow and stores the credential.
conventions · 4/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://box.dev/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✓https://box.main-kill-isr.mintlify.me/mcp
- OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✓https://developer.box.com/
- Agent skills✓https://box.dev/.well-known/agent-skills/index.json
Publish these signals → /publishing