Files
box-platform-openapi-agent/skills/invites/SKILL.md
a2a-platform 197f1bd317 deploy
2026-06-27 01:02:21 +00:00

893 B

name, description
name description
invites-routes Handle 2 OpenAPI operation(s) under /invites for the invites route group.

invites API Routes

Handle 2 OpenAPI operation(s) under /invites for the invites route group.

Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.

Operations

post_invites

  • Operation ID: post_invites
  • Route: POST /invites
  • Mode: WRITE
  • Summary: Create user invite
  • Parameters:
    • fields in query
  • Body: JSON request body accepted.

get_invites_id

  • Operation ID: get_invites_id
  • Route: GET /invites/{invite_id}
  • Mode: READ
  • Summary: Get user invite status
  • Parameters:
    • invite_id in path required
    • fields in query