KosmoKrator

data

Box MCP, CLI, and Lua Integration for AI Agents

Box integration docs for AI agents: MCP gateway setup, Box CLI commands, Lua API reference, credentials, and function schemas.

Box for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
box.box_get_authorize Read read 0 Execute official Box API operation `get_authorize`. Endpoint: GET /authorize.
box.box_post_oauth2_token Write write 0 Execute official Box API operation `post_oauth2_token`. Endpoint: POST /oauth2/token.
box.box_post_oauth2_token_refresh Write write 0 Execute official Box API operation `post_oauth2_token#refresh`. Endpoint: POST /oauth2/token#refresh.
box.box_post_oauth2_revoke Write write 0 Execute official Box API operation `post_oauth2_revoke`. Endpoint: POST /oauth2/revoke.
box.box_get_files_id Read read 0 Execute official Box API operation `get_files_id`. Endpoint: GET /files/{file_id}.
box.box_post_files_id Write write 0 Execute official Box API operation `post_files_id`. Endpoint: POST /files/{file_id}.
box.box_put_files_id Write write 0 Execute official Box API operation `put_files_id`. Endpoint: PUT /files/{file_id}.
box.box_delete_files_id Write write 0 Execute official Box API operation `delete_files_id`. Endpoint: DELETE /files/{file_id}.
box.box_get_files_id_app_item_associations Read read 0 Execute official Box API operation `get_files_id_app_item_associations`. Endpoint: GET /files/{file_id}/app_item_associations.
box.box_get_files_id_content Read read 0 Execute official Box API operation `get_files_id_content`. Endpoint: GET /files/{file_id}/content.
box.box_post_files_id_content Write write 0 Execute official Box API operation `post_files_id_content`. Endpoint: POST /files/{file_id}/content.
box.box_post_files_content Write write 0 Execute official Box API operation `post_files_content`. Endpoint: POST /files/content.
box.box_post_files_upload_sessions Write write 0 Execute official Box API operation `post_files_upload_sessions`. Endpoint: POST /files/upload_sessions.
box.box_post_files_id_upload_sessions Write write 0 Execute official Box API operation `post_files_id_upload_sessions`. Endpoint: POST /files/{file_id}/upload_sessions.
box.box_get_files_upload_sessions_id Read read 0 Execute official Box API operation `get_files_upload_sessions_id`. Endpoint: GET /files/upload_sessions/{upload_session_id}.
box.box_put_files_upload_sessions_id Write write 0 Execute official Box API operation `put_files_upload_sessions_id`. Endpoint: PUT /files/upload_sessions/{upload_session_id}.
box.box_delete_files_upload_sessions_id Write write 0 Execute official Box API operation `delete_files_upload_sessions_id`. Endpoint: DELETE /files/upload_sessions/{upload_session_id}.
box.box_get_files_upload_sessions_id_parts Read read 0 Execute official Box API operation `get_files_upload_sessions_id_parts`. Endpoint: GET /files/upload_sessions/{upload_session_id}/parts.
box.box_post_files_upload_sessions_id_commit Write write 0 Execute official Box API operation `post_files_upload_sessions_id_commit`. Endpoint: POST /files/upload_sessions/{upload_session_id}/commit.
box.box_post_files_id_copy Write write 0 Execute official Box API operation `post_files_id_copy`. Endpoint: POST /files/{file_id}/copy.
box.box_get_files_id_thumbnail_id Read read 0 Execute official Box API operation `get_files_id_thumbnail_id`. Endpoint: GET /files/{file_id}/thumbnail.{extension}.
box.box_get_files_id_collaborations Read read 0 Execute official Box API operation `get_files_id_collaborations`. Endpoint: GET /files/{file_id}/collaborations.
box.box_get_files_id_comments Read read 0 Execute official Box API operation `get_files_id_comments`. Endpoint: GET /files/{file_id}/comments.
box.box_get_files_id_tasks Read read 0 Execute official Box API operation `get_files_id_tasks`. Endpoint: GET /files/{file_id}/tasks.
box.box_get_files_id_trash Read read 0 Execute official Box API operation `get_files_id_trash`. Endpoint: GET /files/{file_id}/trash.
box.box_delete_files_id_trash Write write 0 Execute official Box API operation `delete_files_id_trash`. Endpoint: DELETE /files/{file_id}/trash.
box.box_get_files_id_versions Read read 0 Execute official Box API operation `get_files_id_versions`. Endpoint: GET /files/{file_id}/versions.
box.box_get_files_id_versions_id Read read 0 Execute official Box API operation `get_files_id_versions_id`. Endpoint: GET /files/{file_id}/versions/{file_version_id}.
box.box_delete_files_id_versions_id Write write 0 Execute official Box API operation `delete_files_id_versions_id`. Endpoint: DELETE /files/{file_id}/versions/{file_version_id}.
box.box_put_files_id_versions_id Write write 0 Execute official Box API operation `put_files_id_versions_id`. Endpoint: PUT /files/{file_id}/versions/{file_version_id}.
box.box_post_files_id_versions_current Write write 0 Execute official Box API operation `post_files_id_versions_current`. Endpoint: POST /files/{file_id}/versions/current.
box.box_get_files_id_metadata Read read 0 Execute official Box API operation `get_files_id_metadata`. Endpoint: GET /files/{file_id}/metadata.
box.box_get_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo Read read 0 Execute official Box API operation `get_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_post_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `post_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_put_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `put_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_delete_files_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `delete_files_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /files/{file_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_get_files_id_metadata_id_id Read read 0 Execute official Box API operation `get_files_id_metadata_id_id`. Endpoint: GET /files/{file_id}/metadata/{scope}/{template_key}.
box.box_post_files_id_metadata_id_id Write write 0 Execute official Box API operation `post_files_id_metadata_id_id`. Endpoint: POST /files/{file_id}/metadata/{scope}/{template_key}.
box.box_put_files_id_metadata_id_id Write write 0 Execute official Box API operation `put_files_id_metadata_id_id`. Endpoint: PUT /files/{file_id}/metadata/{scope}/{template_key}.
box.box_delete_files_id_metadata_id_id Write write 0 Execute official Box API operation `delete_files_id_metadata_id_id`. Endpoint: DELETE /files/{file_id}/metadata/{scope}/{template_key}.
box.box_get_files_id_metadata_global_box_skills_cards Read read 0 Execute official Box API operation `get_files_id_metadata_global_boxSkillsCards`. Endpoint: GET /files/{file_id}/metadata/global/boxSkillsCards.
box.box_post_files_id_metadata_global_box_skills_cards Write write 0 Execute official Box API operation `post_files_id_metadata_global_boxSkillsCards`. Endpoint: POST /files/{file_id}/metadata/global/boxSkillsCards.
box.box_put_files_id_metadata_global_box_skills_cards Write write 0 Execute official Box API operation `put_files_id_metadata_global_boxSkillsCards`. Endpoint: PUT /files/{file_id}/metadata/global/boxSkillsCards.
box.box_delete_files_id_metadata_global_box_skills_cards Write write 0 Execute official Box API operation `delete_files_id_metadata_global_boxSkillsCards`. Endpoint: DELETE /files/{file_id}/metadata/global/boxSkillsCards.
box.box_get_files_id_watermark Read read 0 Execute official Box API operation `get_files_id_watermark`. Endpoint: GET /files/{file_id}/watermark.
box.box_put_files_id_watermark Write write 0 Execute official Box API operation `put_files_id_watermark`. Endpoint: PUT /files/{file_id}/watermark.
box.box_delete_files_id_watermark Write write 0 Execute official Box API operation `delete_files_id_watermark`. Endpoint: DELETE /files/{file_id}/watermark.
box.box_get_file_requests_id Read read 0 Execute official Box API operation `get_file_requests_id`. Endpoint: GET /file_requests/{file_request_id}.
box.box_put_file_requests_id Write write 0 Execute official Box API operation `put_file_requests_id`. Endpoint: PUT /file_requests/{file_request_id}.
box.box_delete_file_requests_id Write write 0 Execute official Box API operation `delete_file_requests_id`. Endpoint: DELETE /file_requests/{file_request_id}.
box.box_post_file_requests_id_copy Write write 0 Execute official Box API operation `post_file_requests_id_copy`. Endpoint: POST /file_requests/{file_request_id}/copy.
box.box_get_folders_id Read read 0 Execute official Box API operation `get_folders_id`. Endpoint: GET /folders/{folder_id}.
box.box_post_folders_id Write write 0 Execute official Box API operation `post_folders_id`. Endpoint: POST /folders/{folder_id}.
box.box_put_folders_id Write write 0 Execute official Box API operation `put_folders_id`. Endpoint: PUT /folders/{folder_id}.
box.box_delete_folders_id Write write 0 Execute official Box API operation `delete_folders_id`. Endpoint: DELETE /folders/{folder_id}.
box.box_get_folders_id_app_item_associations Read read 0 Execute official Box API operation `get_folders_id_app_item_associations`. Endpoint: GET /folders/{folder_id}/app_item_associations.
box.box_get_folders_id_items Read read 0 Execute official Box API operation `get_folders_id_items`. Endpoint: GET /folders/{folder_id}/items.
box.box_post_folders Write write 0 Execute official Box API operation `post_folders`. Endpoint: POST /folders.
box.box_post_folders_id_copy Write write 0 Execute official Box API operation `post_folders_id_copy`. Endpoint: POST /folders/{folder_id}/copy.
box.box_get_folders_id_collaborations Read read 0 Execute official Box API operation `get_folders_id_collaborations`. Endpoint: GET /folders/{folder_id}/collaborations.
box.box_get_folders_id_trash Read read 0 Execute official Box API operation `get_folders_id_trash`. Endpoint: GET /folders/{folder_id}/trash.
box.box_delete_folders_id_trash Write write 0 Execute official Box API operation `delete_folders_id_trash`. Endpoint: DELETE /folders/{folder_id}/trash.
box.box_get_folders_id_metadata Read read 0 Execute official Box API operation `get_folders_id_metadata`. Endpoint: GET /folders/{folder_id}/metadata.
box.box_get_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo Read read 0 Execute official Box API operation `get_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: GET /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_post_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `post_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: POST /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_put_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `put_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: PUT /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_delete_folders_id_metadata_enterprise_security_classification_6_vmvochw_uwo Write write 0 Execute official Box API operation `delete_folders_id_metadata_enterprise_securityClassification-6VMVochwUWo`. Endpoint: DELETE /folders/{folder_id}/metadata/enterprise/securityClassification-6VMVochwUWo.
box.box_get_folders_id_metadata_id_id Read read 0 Execute official Box API operation `get_folders_id_metadata_id_id`. Endpoint: GET /folders/{folder_id}/metadata/{scope}/{template_key}.
box.box_post_folders_id_metadata_id_id Write write 0 Execute official Box API operation `post_folders_id_metadata_id_id`. Endpoint: POST /folders/{folder_id}/metadata/{scope}/{template_key}.
box.box_put_folders_id_metadata_id_id Write write 0 Execute official Box API operation `put_folders_id_metadata_id_id`. Endpoint: PUT /folders/{folder_id}/metadata/{scope}/{template_key}.
box.box_delete_folders_id_metadata_id_id Write write 0 Execute official Box API operation `delete_folders_id_metadata_id_id`. Endpoint: DELETE /folders/{folder_id}/metadata/{scope}/{template_key}.
box.box_get_folders_trash_items Read read 0 Execute official Box API operation `get_folders_trash_items`. Endpoint: GET /folders/trash/items.
box.box_get_folders_id_watermark Read read 0 Execute official Box API operation `get_folders_id_watermark`. Endpoint: GET /folders/{folder_id}/watermark.
box.box_put_folders_id_watermark Write write 0 Execute official Box API operation `put_folders_id_watermark`. Endpoint: PUT /folders/{folder_id}/watermark.
box.box_delete_folders_id_watermark Write write 0 Execute official Box API operation `delete_folders_id_watermark`. Endpoint: DELETE /folders/{folder_id}/watermark.
box.box_get_folder_locks Read read 0 Execute official Box API operation `get_folder_locks`. Endpoint: GET /folder_locks.
box.box_post_folder_locks Write write 0 Execute official Box API operation `post_folder_locks`. Endpoint: POST /folder_locks.
box.box_delete_folder_locks_id Write write 0 Execute official Box API operation `delete_folder_locks_id`. Endpoint: DELETE /folder_locks/{folder_lock_id}.
box.box_get_metadata_templates Read read 0 Execute official Box API operation `get_metadata_templates`. Endpoint: GET /metadata_templates.
box.box_get_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema Read read 0 Execute official Box API operation `get_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema`. Endpoint: GET /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema.
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_add Write write 0 Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#add`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#add.
box.box_put_metadata_templates_enterprise_security_classification_6_vmvochw_uwo_schema_update Write write 0 Execute official Box API operation `put_metadata_templates_enterprise_securityClassification-6VMVochwUWo_schema#update`. Endpoint: PUT /metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#update.
box.box_get_metadata_templates_id_id_schema Read read 0 Execute official Box API operation `get_metadata_templates_id_id_schema`. Endpoint: GET /metadata_templates/{scope}/{template_key}/schema.
box.box_put_metadata_templates_id_id_schema Write write 0 Execute official Box API operation `put_metadata_templates_id_id_schema`. Endpoint: PUT /metadata_templates/{scope}/{template_key}/schema.
box.box_delete_metadata_templates_id_id_schema Write write 0 Execute official Box API operation `delete_metadata_templates_id_id_schema`. Endpoint: DELETE /metadata_templates/{scope}/{template_key}/schema.
box.box_get_metadata_templates_id Read read 0 Execute official Box API operation `get_metadata_templates_id`. Endpoint: GET /metadata_templates/{template_id}.
box.box_get_metadata_templates_global Read read 0 Execute official Box API operation `get_metadata_templates_global`. Endpoint: GET /metadata_templates/global.
box.box_get_metadata_templates_enterprise Read read 0 Execute official Box API operation `get_metadata_templates_enterprise`. Endpoint: GET /metadata_templates/enterprise.
box.box_post_metadata_templates_schema Write write 0 Execute official Box API operation `post_metadata_templates_schema`. Endpoint: POST /metadata_templates/schema.
box.box_post_metadata_templates_schema_classifications Write write 0 Execute official Box API operation `post_metadata_templates_schema#classifications`. Endpoint: POST /metadata_templates/schema#classifications.
box.box_get_metadata_cascade_policies Read read 0 Execute official Box API operation `get_metadata_cascade_policies`. Endpoint: GET /metadata_cascade_policies.
box.box_post_metadata_cascade_policies Write write 0 Execute official Box API operation `post_metadata_cascade_policies`. Endpoint: POST /metadata_cascade_policies.
box.box_get_metadata_cascade_policies_id Read read 0 Execute official Box API operation `get_metadata_cascade_policies_id`. Endpoint: GET /metadata_cascade_policies/{metadata_cascade_policy_id}.
box.box_delete_metadata_cascade_policies_id Write write 0 Execute official Box API operation `delete_metadata_cascade_policies_id`. Endpoint: DELETE /metadata_cascade_policies/{metadata_cascade_policy_id}.
box.box_post_metadata_cascade_policies_id_apply Write write 0 Execute official Box API operation `post_metadata_cascade_policies_id_apply`. Endpoint: POST /metadata_cascade_policies/{metadata_cascade_policy_id}/apply.
box.box_post_metadata_queries_execute_read Write write 0 Execute official Box API operation `post_metadata_queries_execute_read`. Endpoint: POST /metadata_queries/execute_read.
box.box_get_comments_id Read read 0 Execute official Box API operation `get_comments_id`. Endpoint: GET /comments/{comment_id}.
box.box_put_comments_id Write write 0 Execute official Box API operation `put_comments_id`. Endpoint: PUT /comments/{comment_id}.
box.box_delete_comments_id Write write 0 Execute official Box API operation `delete_comments_id`. Endpoint: DELETE /comments/{comment_id}.
box.box_post_comments Write write 0 Execute official Box API operation `post_comments`. Endpoint: POST /comments.
box.box_get_collaborations_id Read read 0 Execute official Box API operation `get_collaborations_id`. Endpoint: GET /collaborations/{collaboration_id}.
box.box_put_collaborations_id Write write 0 Execute official Box API operation `put_collaborations_id`. Endpoint: PUT /collaborations/{collaboration_id}.
box.box_delete_collaborations_id Write write 0 Execute official Box API operation `delete_collaborations_id`. Endpoint: DELETE /collaborations/{collaboration_id}.
box.box_get_collaborations Read read 0 Execute official Box API operation `get_collaborations`. Endpoint: GET /collaborations.
box.box_post_collaborations Write write 0 Execute official Box API operation `post_collaborations`. Endpoint: POST /collaborations.
box.box_get_search Read read 0 Execute official Box API operation `get_search`. Endpoint: GET /search.
box.box_post_tasks Write write 0 Execute official Box API operation `post_tasks`. Endpoint: POST /tasks.
box.box_get_tasks_id Read read 0 Execute official Box API operation `get_tasks_id`. Endpoint: GET /tasks/{task_id}.
box.box_put_tasks_id Write write 0 Execute official Box API operation `put_tasks_id`. Endpoint: PUT /tasks/{task_id}.
box.box_delete_tasks_id Write write 0 Execute official Box API operation `delete_tasks_id`. Endpoint: DELETE /tasks/{task_id}.
box.box_get_tasks_id_assignments Read read 0 Execute official Box API operation `get_tasks_id_assignments`. Endpoint: GET /tasks/{task_id}/assignments.
box.box_post_task_assignments Write write 0 Execute official Box API operation `post_task_assignments`. Endpoint: POST /task_assignments.
box.box_get_task_assignments_id Read read 0 Execute official Box API operation `get_task_assignments_id`. Endpoint: GET /task_assignments/{task_assignment_id}.
box.box_put_task_assignments_id Write write 0 Execute official Box API operation `put_task_assignments_id`. Endpoint: PUT /task_assignments/{task_assignment_id}.
box.box_delete_task_assignments_id Write write 0 Execute official Box API operation `delete_task_assignments_id`. Endpoint: DELETE /task_assignments/{task_assignment_id}.
box.box_get_shared_items Read read 0 Execute official Box API operation `get_shared_items`. Endpoint: GET /shared_items.
box.box_get_files_id_get_shared_link Read read 0 Execute official Box API operation `get_files_id#get_shared_link`. Endpoint: GET /files/{file_id}#get_shared_link.
box.box_put_files_id_add_shared_link Write write 0 Execute official Box API operation `put_files_id#add_shared_link`. Endpoint: PUT /files/{file_id}#add_shared_link.
box.box_put_files_id_update_shared_link Write write 0 Execute official Box API operation `put_files_id#update_shared_link`. Endpoint: PUT /files/{file_id}#update_shared_link.
box.box_put_files_id_remove_shared_link Write write 0 Execute official Box API operation `put_files_id#remove_shared_link`. Endpoint: PUT /files/{file_id}#remove_shared_link.
box.box_get_shared_items_folders Read read 0 Execute official Box API operation `get_shared_items#folders`. Endpoint: GET /shared_items#folders.
box.box_get_folders_id_get_shared_link Read read 0 Execute official Box API operation `get_folders_id#get_shared_link`. Endpoint: GET /folders/{folder_id}#get_shared_link.
box.box_put_folders_id_add_shared_link Write write 0 Execute official Box API operation `put_folders_id#add_shared_link`. Endpoint: PUT /folders/{folder_id}#add_shared_link.
box.box_put_folders_id_update_shared_link Write write 0 Execute official Box API operation `put_folders_id#update_shared_link`. Endpoint: PUT /folders/{folder_id}#update_shared_link.
box.box_put_folders_id_remove_shared_link Write write 0 Execute official Box API operation `put_folders_id#remove_shared_link`. Endpoint: PUT /folders/{folder_id}#remove_shared_link.
box.box_post_web_links Write write 0 Execute official Box API operation `post_web_links`. Endpoint: POST /web_links.
box.box_get_web_links_id Read read 0 Execute official Box API operation `get_web_links_id`. Endpoint: GET /web_links/{web_link_id}.
box.box_post_web_links_id Write write 0 Execute official Box API operation `post_web_links_id`. Endpoint: POST /web_links/{web_link_id}.
box.box_put_web_links_id Write write 0 Execute official Box API operation `put_web_links_id`. Endpoint: PUT /web_links/{web_link_id}.
box.box_delete_web_links_id Write write 0 Execute official Box API operation `delete_web_links_id`. Endpoint: DELETE /web_links/{web_link_id}.
box.box_get_web_links_id_trash Read read 0 Execute official Box API operation `get_web_links_id_trash`. Endpoint: GET /web_links/{web_link_id}/trash.
box.box_delete_web_links_id_trash Write write 0 Execute official Box API operation `delete_web_links_id_trash`. Endpoint: DELETE /web_links/{web_link_id}/trash.
box.box_get_shared_items_web_links Read read 0 Execute official Box API operation `get_shared_items#web_links`. Endpoint: GET /shared_items#web_links.
box.box_get_web_links_id_get_shared_link Read read 0 Execute official Box API operation `get_web_links_id#get_shared_link`. Endpoint: GET /web_links/{web_link_id}#get_shared_link.
box.box_put_web_links_id_add_shared_link Write write 0 Execute official Box API operation `put_web_links_id#add_shared_link`. Endpoint: PUT /web_links/{web_link_id}#add_shared_link.
box.box_put_web_links_id_update_shared_link Write write 0 Execute official Box API operation `put_web_links_id#update_shared_link`. Endpoint: PUT /web_links/{web_link_id}#update_shared_link.
box.box_put_web_links_id_remove_shared_link Write write 0 Execute official Box API operation `put_web_links_id#remove_shared_link`. Endpoint: PUT /web_links/{web_link_id}#remove_shared_link.
box.box_get_shared_items_app_items Read read 0 Execute official Box API operation `get_shared_items#app_items`. Endpoint: GET /shared_items#app_items.
box.box_get_users Read read 0 Execute official Box API operation `get_users`. Endpoint: GET /users.
box.box_post_users Write write 0 Execute official Box API operation `post_users`. Endpoint: POST /users.
box.box_get_users_me Read read 0 Execute official Box API operation `get_users_me`. Endpoint: GET /users/me.
box.box_post_users_terminate_sessions Write write 0 Execute official Box API operation `post_users_terminate_sessions`. Endpoint: POST /users/terminate_sessions.
box.box_get_users_id Read read 0 Execute official Box API operation `get_users_id`. Endpoint: GET /users/{user_id}.
box.box_put_users_id Write write 0 Execute official Box API operation `put_users_id`. Endpoint: PUT /users/{user_id}.
box.box_delete_users_id Write write 0 Execute official Box API operation `delete_users_id`. Endpoint: DELETE /users/{user_id}.
box.box_get_users_id_avatar Read read 0 Execute official Box API operation `get_users_id_avatar`. Endpoint: GET /users/{user_id}/avatar.
box.box_post_users_id_avatar Write write 0 Execute official Box API operation `post_users_id_avatar`. Endpoint: POST /users/{user_id}/avatar.
box.box_delete_users_id_avatar Write write 0 Execute official Box API operation `delete_users_id_avatar`. Endpoint: DELETE /users/{user_id}/avatar.
box.box_put_users_id_folders_0 Write write 0 Execute official Box API operation `put_users_id_folders_0`. Endpoint: PUT /users/{user_id}/folders/0.
box.box_get_users_id_email_aliases Read read 0 Execute official Box API operation `get_users_id_email_aliases`. Endpoint: GET /users/{user_id}/email_aliases.
box.box_post_users_id_email_aliases Write write 0 Execute official Box API operation `post_users_id_email_aliases`. Endpoint: POST /users/{user_id}/email_aliases.
box.box_delete_users_id_email_aliases_id Write write 0 Execute official Box API operation `delete_users_id_email_aliases_id`. Endpoint: DELETE /users/{user_id}/email_aliases/{email_alias_id}.
box.box_get_users_id_memberships Read read 0 Execute official Box API operation `get_users_id_memberships`. Endpoint: GET /users/{user_id}/memberships.
box.box_post_invites Write write 0 Execute official Box API operation `post_invites`. Endpoint: POST /invites.
box.box_get_invites_id Read read 0 Execute official Box API operation `get_invites_id`. Endpoint: GET /invites/{invite_id}.
box.box_get_groups Read read 0 Execute official Box API operation `get_groups`. Endpoint: GET /groups.
box.box_post_groups Write write 0 Execute official Box API operation `post_groups`. Endpoint: POST /groups.
box.box_post_groups_terminate_sessions Write write 0 Execute official Box API operation `post_groups_terminate_sessions`. Endpoint: POST /groups/terminate_sessions.
box.box_get_groups_id Read read 0 Execute official Box API operation `get_groups_id`. Endpoint: GET /groups/{group_id}.
box.box_put_groups_id Write write 0 Execute official Box API operation `put_groups_id`. Endpoint: PUT /groups/{group_id}.
box.box_delete_groups_id Write write 0 Execute official Box API operation `delete_groups_id`. Endpoint: DELETE /groups/{group_id}.
box.box_get_groups_id_memberships Read read 0 Execute official Box API operation `get_groups_id_memberships`. Endpoint: GET /groups/{group_id}/memberships.
box.box_get_groups_id_collaborations Read read 0 Execute official Box API operation `get_groups_id_collaborations`. Endpoint: GET /groups/{group_id}/collaborations.
box.box_post_group_memberships Write write 0 Execute official Box API operation `post_group_memberships`. Endpoint: POST /group_memberships.
box.box_get_group_memberships_id Read read 0 Execute official Box API operation `get_group_memberships_id`. Endpoint: GET /group_memberships/{group_membership_id}.
box.box_put_group_memberships_id Write write 0 Execute official Box API operation `put_group_memberships_id`. Endpoint: PUT /group_memberships/{group_membership_id}.
box.box_delete_group_memberships_id Write write 0 Execute official Box API operation `delete_group_memberships_id`. Endpoint: DELETE /group_memberships/{group_membership_id}.
box.box_get_webhooks Read read 0 Execute official Box API operation `get_webhooks`. Endpoint: GET /webhooks.
box.box_post_webhooks Write write 0 Execute official Box API operation `post_webhooks`. Endpoint: POST /webhooks.
box.box_get_webhooks_id Read read 0 Execute official Box API operation `get_webhooks_id`. Endpoint: GET /webhooks/{webhook_id}.
box.box_put_webhooks_id Write write 0 Execute official Box API operation `put_webhooks_id`. Endpoint: PUT /webhooks/{webhook_id}.
box.box_delete_webhooks_id Write write 0 Execute official Box API operation `delete_webhooks_id`. Endpoint: DELETE /webhooks/{webhook_id}.
box.box_put_skill_invocations_id Write write 0 Execute official Box API operation `put_skill_invocations_id`. Endpoint: PUT /skill_invocations/{skill_id}.
box.box_get_events Read read 0 Execute official Box API operation `get_events`. Endpoint: GET /events.
box.box_get_collections Read read 0 Execute official Box API operation `get_collections`. Endpoint: GET /collections.
box.box_get_collections_id_items Read read 0 Execute official Box API operation `get_collections_id_items`. Endpoint: GET /collections/{collection_id}/items.
box.box_get_collections_id Read read 0 Execute official Box API operation `get_collections_id`. Endpoint: GET /collections/{collection_id}.
box.box_get_recent_items Read read 0 Execute official Box API operation `get_recent_items`. Endpoint: GET /recent_items.
box.box_get_retention_policies Read read 0 Execute official Box API operation `get_retention_policies`. Endpoint: GET /retention_policies.
box.box_post_retention_policies Write write 0 Execute official Box API operation `post_retention_policies`. Endpoint: POST /retention_policies.
box.box_get_retention_policies_id Read read 0 Execute official Box API operation `get_retention_policies_id`. Endpoint: GET /retention_policies/{retention_policy_id}.
box.box_put_retention_policies_id Write write 0 Execute official Box API operation `put_retention_policies_id`. Endpoint: PUT /retention_policies/{retention_policy_id}.
box.box_delete_retention_policies_id Write write 0 Execute official Box API operation `delete_retention_policies_id`. Endpoint: DELETE /retention_policies/{retention_policy_id}.
box.box_get_retention_policies_id_assignments Read read 0 Execute official Box API operation `get_retention_policies_id_assignments`. Endpoint: GET /retention_policies/{retention_policy_id}/assignments.
box.box_post_retention_policy_assignments Write write 0 Execute official Box API operation `post_retention_policy_assignments`. Endpoint: POST /retention_policy_assignments.
box.box_get_retention_policy_assignments_id Read read 0 Execute official Box API operation `get_retention_policy_assignments_id`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}.
box.box_delete_retention_policy_assignments_id Write write 0 Execute official Box API operation `delete_retention_policy_assignments_id`. Endpoint: DELETE /retention_policy_assignments/{retention_policy_assignment_id}.
box.box_get_retention_policy_assignments_id_files_under_retention Read read 0 Execute official Box API operation `get_retention_policy_assignments_id_files_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/files_under_retention.
box.box_get_retention_policy_assignments_id_file_versions_under_retention Read read 0 Execute official Box API operation `get_retention_policy_assignments_id_file_versions_under_retention`. Endpoint: GET /retention_policy_assignments/{retention_policy_assignment_id}/file_versions_under_retention.
box.box_get_legal_hold_policies Read read 0 Execute official Box API operation `get_legal_hold_policies`. Endpoint: GET /legal_hold_policies.
box.box_post_legal_hold_policies Write write 0 Execute official Box API operation `post_legal_hold_policies`. Endpoint: POST /legal_hold_policies.
box.box_get_legal_hold_policies_id Read read 0 Execute official Box API operation `get_legal_hold_policies_id`. Endpoint: GET /legal_hold_policies/{legal_hold_policy_id}.
box.box_put_legal_hold_policies_id Write write 0 Execute official Box API operation `put_legal_hold_policies_id`. Endpoint: PUT /legal_hold_policies/{legal_hold_policy_id}.
box.box_delete_legal_hold_policies_id Write write 0 Execute official Box API operation `delete_legal_hold_policies_id`. Endpoint: DELETE /legal_hold_policies/{legal_hold_policy_id}.
box.box_get_legal_hold_policy_assignments Read read 0 Execute official Box API operation `get_legal_hold_policy_assignments`. Endpoint: GET /legal_hold_policy_assignments.
box.box_post_legal_hold_policy_assignments Write write 0 Execute official Box API operation `post_legal_hold_policy_assignments`. Endpoint: POST /legal_hold_policy_assignments.
box.box_get_legal_hold_policy_assignments_id Read read 0 Execute official Box API operation `get_legal_hold_policy_assignments_id`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.
box.box_delete_legal_hold_policy_assignments_id Write write 0 Execute official Box API operation `delete_legal_hold_policy_assignments_id`. Endpoint: DELETE /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}.
box.box_get_legal_hold_policy_assignments_id_files_on_hold Read read 0 Execute official Box API operation `get_legal_hold_policy_assignments_id_files_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/files_on_hold.
box.box_get_file_version_retentions Read read 0 Execute official Box API operation `get_file_version_retentions`. Endpoint: GET /file_version_retentions.
box.box_get_legal_hold_policy_assignments_id_file_versions_on_hold Read read 0 Execute official Box API operation `get_legal_hold_policy_assignments_id_file_versions_on_hold`. Endpoint: GET /legal_hold_policy_assignments/{legal_hold_policy_assignment_id}/file_versions_on_hold.
box.box_get_file_version_retentions_id Read read 0 Execute official Box API operation `get_file_version_retentions_id`. Endpoint: GET /file_version_retentions/{file_version_retention_id}.
box.box_get_file_version_legal_holds_id Read read 0 Execute official Box API operation `get_file_version_legal_holds_id`. Endpoint: GET /file_version_legal_holds/{file_version_legal_hold_id}.
box.box_get_file_version_legal_holds Read read 0 Execute official Box API operation `get_file_version_legal_holds`. Endpoint: GET /file_version_legal_holds.
box.box_get_shield_information_barriers_id Read read 0 Execute official Box API operation `get_shield_information_barriers_id`. Endpoint: GET /shield_information_barriers/{shield_information_barrier_id}.
box.box_post_shield_information_barriers_change_status Write write 0 Execute official Box API operation `post_shield_information_barriers_change_status`. Endpoint: POST /shield_information_barriers/change_status.
box.box_get_shield_information_barriers Read read 0 Execute official Box API operation `get_shield_information_barriers`. Endpoint: GET /shield_information_barriers.
box.box_post_shield_information_barriers Write write 0 Execute official Box API operation `post_shield_information_barriers`. Endpoint: POST /shield_information_barriers.
box.box_get_shield_information_barrier_reports Read read 0 Execute official Box API operation `get_shield_information_barrier_reports`. Endpoint: GET /shield_information_barrier_reports.
box.box_post_shield_information_barrier_reports Write write 0 Execute official Box API operation `post_shield_information_barrier_reports`. Endpoint: POST /shield_information_barrier_reports.
box.box_get_shield_information_barrier_reports_id Read read 0 Execute official Box API operation `get_shield_information_barrier_reports_id`. Endpoint: GET /shield_information_barrier_reports/{shield_information_barrier_report_id}.
box.box_get_shield_information_barrier_segments_id Read read 0 Execute official Box API operation `get_shield_information_barrier_segments_id`. Endpoint: GET /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
box.box_delete_shield_information_barrier_segments_id Write write 0 Execute official Box API operation `delete_shield_information_barrier_segments_id`. Endpoint: DELETE /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
box.box_put_shield_information_barrier_segments_id Write write 0 Execute official Box API operation `put_shield_information_barrier_segments_id`. Endpoint: PUT /shield_information_barrier_segments/{shield_information_barrier_segment_id}.
box.box_get_shield_information_barrier_segments Read read 0 Execute official Box API operation `get_shield_information_barrier_segments`. Endpoint: GET /shield_information_barrier_segments.
box.box_post_shield_information_barrier_segments Write write 0 Execute official Box API operation `post_shield_information_barrier_segments`. Endpoint: POST /shield_information_barrier_segments.
box.box_get_shield_information_barrier_segment_members_id Read read 0 Execute official Box API operation `get_shield_information_barrier_segment_members_id`. Endpoint: GET /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.
box.box_delete_shield_information_barrier_segment_members_id Write write 0 Execute official Box API operation `delete_shield_information_barrier_segment_members_id`. Endpoint: DELETE /shield_information_barrier_segment_members/{shield_information_barrier_segment_member_id}.
box.box_get_shield_information_barrier_segment_members Read read 0 Execute official Box API operation `get_shield_information_barrier_segment_members`. Endpoint: GET /shield_information_barrier_segment_members.
box.box_post_shield_information_barrier_segment_members Write write 0 Execute official Box API operation `post_shield_information_barrier_segment_members`. Endpoint: POST /shield_information_barrier_segment_members.
box.box_get_shield_information_barrier_segment_restrictions_id Read read 0 Execute official Box API operation `get_shield_information_barrier_segment_restrictions_id`. Endpoint: GET /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.
box.box_delete_shield_information_barrier_segment_restrictions_id Write write 0 Execute official Box API operation `delete_shield_information_barrier_segment_restrictions_id`. Endpoint: DELETE /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}.
box.box_get_shield_information_barrier_segment_restrictions Read read 0 Execute official Box API operation `get_shield_information_barrier_segment_restrictions`. Endpoint: GET /shield_information_barrier_segment_restrictions.
box.box_post_shield_information_barrier_segment_restrictions Write write 0 Execute official Box API operation `post_shield_information_barrier_segment_restrictions`. Endpoint: POST /shield_information_barrier_segment_restrictions.
box.box_get_device_pinners_id Read read 0 Execute official Box API operation `get_device_pinners_id`. Endpoint: GET /device_pinners/{device_pinner_id}.
box.box_delete_device_pinners_id Write write 0 Execute official Box API operation `delete_device_pinners_id`. Endpoint: DELETE /device_pinners/{device_pinner_id}.
box.box_get_enterprises_id_device_pinners Read read 0 Execute official Box API operation `get_enterprises_id_device_pinners`. Endpoint: GET /enterprises/{enterprise_id}/device_pinners.
box.box_get_terms_of_services Read read 0 Execute official Box API operation `get_terms_of_services`. Endpoint: GET /terms_of_services.
box.box_post_terms_of_services Write write 0 Execute official Box API operation `post_terms_of_services`. Endpoint: POST /terms_of_services.
box.box_get_terms_of_services_id Read read 0 Execute official Box API operation `get_terms_of_services_id`. Endpoint: GET /terms_of_services/{terms_of_service_id}.
box.box_put_terms_of_services_id Write write 0 Execute official Box API operation `put_terms_of_services_id`. Endpoint: PUT /terms_of_services/{terms_of_service_id}.
box.box_get_terms_of_service_user_statuses Read read 0 Execute official Box API operation `get_terms_of_service_user_statuses`. Endpoint: GET /terms_of_service_user_statuses.
box.box_post_terms_of_service_user_statuses Write write 0 Execute official Box API operation `post_terms_of_service_user_statuses`. Endpoint: POST /terms_of_service_user_statuses.
box.box_put_terms_of_service_user_statuses_id Write write 0 Execute official Box API operation `put_terms_of_service_user_statuses_id`. Endpoint: PUT /terms_of_service_user_statuses/{terms_of_service_user_status_id}.
box.box_get_collaboration_whitelist_entries Read read 0 Execute official Box API operation `get_collaboration_whitelist_entries`. Endpoint: GET /collaboration_whitelist_entries.
box.box_post_collaboration_whitelist_entries Write write 0 Execute official Box API operation `post_collaboration_whitelist_entries`. Endpoint: POST /collaboration_whitelist_entries.
box.box_get_collaboration_whitelist_entries_id Read read 0 Execute official Box API operation `get_collaboration_whitelist_entries_id`. Endpoint: GET /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.
box.box_delete_collaboration_whitelist_entries_id Write write 0 Execute official Box API operation `delete_collaboration_whitelist_entries_id`. Endpoint: DELETE /collaboration_whitelist_entries/{collaboration_whitelist_entry_id}.
box.box_get_collaboration_whitelist_exempt_targets Read read 0 Execute official Box API operation `get_collaboration_whitelist_exempt_targets`. Endpoint: GET /collaboration_whitelist_exempt_targets.
box.box_post_collaboration_whitelist_exempt_targets Write write 0 Execute official Box API operation `post_collaboration_whitelist_exempt_targets`. Endpoint: POST /collaboration_whitelist_exempt_targets.
box.box_get_collaboration_whitelist_exempt_targets_id Read read 0 Execute official Box API operation `get_collaboration_whitelist_exempt_targets_id`. Endpoint: GET /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.
box.box_delete_collaboration_whitelist_exempt_targets_id Write write 0 Execute official Box API operation `delete_collaboration_whitelist_exempt_targets_id`. Endpoint: DELETE /collaboration_whitelist_exempt_targets/{collaboration_whitelist_exempt_target_id}.
box.box_get_storage_policies Read read 0 Execute official Box API operation `get_storage_policies`. Endpoint: GET /storage_policies.
box.box_get_storage_policies_id Read read 0 Execute official Box API operation `get_storage_policies_id`. Endpoint: GET /storage_policies/{storage_policy_id}.
box.box_get_storage_policy_assignments Read read 0 Execute official Box API operation `get_storage_policy_assignments`. Endpoint: GET /storage_policy_assignments.
box.box_post_storage_policy_assignments Write write 0 Execute official Box API operation `post_storage_policy_assignments`. Endpoint: POST /storage_policy_assignments.
box.box_get_storage_policy_assignments_id Read read 0 Execute official Box API operation `get_storage_policy_assignments_id`. Endpoint: GET /storage_policy_assignments/{storage_policy_assignment_id}.
box.box_put_storage_policy_assignments_id Write write 0 Execute official Box API operation `put_storage_policy_assignments_id`. Endpoint: PUT /storage_policy_assignments/{storage_policy_assignment_id}.
box.box_delete_storage_policy_assignments_id Write write 0 Execute official Box API operation `delete_storage_policy_assignments_id`. Endpoint: DELETE /storage_policy_assignments/{storage_policy_assignment_id}.
box.box_post_zip_downloads Write write 0 Execute official Box API operation `post_zip_downloads`. Endpoint: POST /zip_downloads.
box.box_get_zip_downloads_id_content Read read 0 Execute official Box API operation `get_zip_downloads_id_content`. Endpoint: GET /zip_downloads/{zip_download_id}/content.
box.box_get_zip_downloads_id_status Read read 0 Execute official Box API operation `get_zip_downloads_id_status`. Endpoint: GET /zip_downloads/{zip_download_id}/status.
box.box_post_sign_requests_id_cancel Write write 0 Execute official Box API operation `post_sign_requests_id_cancel`. Endpoint: POST /sign_requests/{sign_request_id}/cancel.
box.box_post_sign_requests_id_resend Write write 0 Execute official Box API operation `post_sign_requests_id_resend`. Endpoint: POST /sign_requests/{sign_request_id}/resend.
box.box_get_sign_requests_id Read read 0 Execute official Box API operation `get_sign_requests_id`. Endpoint: GET /sign_requests/{sign_request_id}.
box.box_get_sign_requests Read read 0 Execute official Box API operation `get_sign_requests`. Endpoint: GET /sign_requests.
box.box_post_sign_requests Write write 0 Execute official Box API operation `post_sign_requests`. Endpoint: POST /sign_requests.
box.box_get_workflows Read read 0 Execute official Box API operation `get_workflows`. Endpoint: GET /workflows.
box.box_post_workflows_id_start Write write 0 Execute official Box API operation `post_workflows_id_start`. Endpoint: POST /workflows/{workflow_id}/start.
box.box_get_sign_templates Read read 0 Execute official Box API operation `get_sign_templates`. Endpoint: GET /sign_templates.
box.box_get_sign_templates_id Read read 0 Execute official Box API operation `get_sign_templates_id`. Endpoint: GET /sign_templates/{template_id}.
box.box_get_integration_mappings_slack Read read 0 Execute official Box API operation `get_integration_mappings_slack`. Endpoint: GET /integration_mappings/slack.
box.box_post_integration_mappings_slack Write write 0 Execute official Box API operation `post_integration_mappings_slack`. Endpoint: POST /integration_mappings/slack.
box.box_put_integration_mappings_slack_id Write write 0 Execute official Box API operation `put_integration_mappings_slack_id`. Endpoint: PUT /integration_mappings/slack/{integration_mapping_id}.
box.box_delete_integration_mappings_slack_id Write write 0 Execute official Box API operation `delete_integration_mappings_slack_id`. Endpoint: DELETE /integration_mappings/slack/{integration_mapping_id}.
box.box_get_integration_mappings_teams Read read 0 Execute official Box API operation `get_integration_mappings_teams`. Endpoint: GET /integration_mappings/teams.
box.box_post_integration_mappings_teams Write write 0 Execute official Box API operation `post_integration_mappings_teams`. Endpoint: POST /integration_mappings/teams.
box.box_put_integration_mappings_teams_id Write write 0 Execute official Box API operation `put_integration_mappings_teams_id`. Endpoint: PUT /integration_mappings/teams/{integration_mapping_id}.
box.box_delete_integration_mappings_teams_id Write write 0 Execute official Box API operation `delete_integration_mappings_teams_id`. Endpoint: DELETE /integration_mappings/teams/{integration_mapping_id}.
box.box_post_ai_ask Write write 0 Execute official Box API operation `post_ai_ask`. Endpoint: POST /ai/ask.
box.box_post_ai_text_gen Write write 0 Execute official Box API operation `post_ai_text_gen`. Endpoint: POST /ai/text_gen.
box.box_get_ai_agent_default Read read 0 Execute official Box API operation `get_ai_agent_default`. Endpoint: GET /ai_agent_default.
box.box_post_ai_extract Write write 0 Execute official Box API operation `post_ai_extract`. Endpoint: POST /ai/extract.
box.box_post_ai_extract_structured Write write 0 Execute official Box API operation `post_ai_extract_structured`. Endpoint: POST /ai/extract_structured.
box.box_get_ai_agents Read read 0 Execute official Box API operation `get_ai_agents`. Endpoint: GET /ai_agents.
box.box_post_ai_agents Write write 0 Execute official Box API operation `post_ai_agents`. Endpoint: POST /ai_agents.
box.box_put_ai_agents_id Write write 0 Execute official Box API operation `put_ai_agents_id`. Endpoint: PUT /ai_agents/{agent_id}.
box.box_get_ai_agents_id Read read 0 Execute official Box API operation `get_ai_agents_id`. Endpoint: GET /ai_agents/{agent_id}.
box.box_delete_ai_agents_id Write write 0 Execute official Box API operation `delete_ai_agents_id`. Endpoint: DELETE /ai_agents/{agent_id}.
box.box_post_metadata_taxonomies Write write 0 Execute official Box API operation `post_metadata_taxonomies`. Endpoint: POST /metadata_taxonomies.
box.box_get_metadata_taxonomies_id Read read 0 Execute official Box API operation `get_metadata_taxonomies_id`. Endpoint: GET /metadata_taxonomies/{namespace}.
box.box_get_metadata_taxonomies_id_id Read read 0 Execute official Box API operation `get_metadata_taxonomies_id_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}.
box.box_patch_metadata_taxonomies_id_id Write write 0 Execute official Box API operation `patch_metadata_taxonomies_id_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}.
box.box_delete_metadata_taxonomies_id_id Write write 0 Execute official Box API operation `delete_metadata_taxonomies_id_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}.
box.box_post_metadata_taxonomies_id_id_levels Write write 0 Execute official Box API operation `post_metadata_taxonomies_id_id_levels`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels.
box.box_patch_metadata_taxonomies_id_id_levels_id Write write 0 Execute official Box API operation `patch_metadata_taxonomies_id_id_levels_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/levels/{level_index}.
box.box_post_metadata_taxonomies_id_id_levels_append Write write 0 Execute official Box API operation `post_metadata_taxonomies_id_id_levels:append`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:append.
box.box_post_metadata_taxonomies_id_id_levels_trim Write write 0 Execute official Box API operation `post_metadata_taxonomies_id_id_levels:trim`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/levels:trim.
box.box_get_metadata_taxonomies_id_id_nodes Read read 0 Execute official Box API operation `get_metadata_taxonomies_id_id_nodes`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.
box.box_post_metadata_taxonomies_id_id_nodes Write write 0 Execute official Box API operation `post_metadata_taxonomies_id_id_nodes`. Endpoint: POST /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes.
box.box_get_metadata_taxonomies_id_id_nodes_id Read read 0 Execute official Box API operation `get_metadata_taxonomies_id_id_nodes_id`. Endpoint: GET /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
box.box_patch_metadata_taxonomies_id_id_nodes_id Write write 0 Execute official Box API operation `patch_metadata_taxonomies_id_id_nodes_id`. Endpoint: PATCH /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
box.box_delete_metadata_taxonomies_id_id_nodes_id Write write 0 Execute official Box API operation `delete_metadata_taxonomies_id_id_nodes_id`. Endpoint: DELETE /metadata_taxonomies/{namespace}/{taxonomy_key}/nodes/{node_id}.
box.box_get_metadata_templates_id_id_fields_id_options Read read 0 Execute official Box API operation `get_metadata_templates_id_id_fields_id_options`. Endpoint: GET /metadata_templates/{namespace}/{template_key}/fields/{field_key}/options.