For Agents
Programmatically update bring your own storage settings, add storage location. Covers 36 operations with apiKey, oauth2 authentication.
Use for: I need to bring your own storage settings, I want to add storage location, Search for storage location, Find all storage location detail
Get started with Video SDK in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"update bring your own storage settings"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Video SDK API.
Update Bring Your Own Storage settings
Add storage location
List storage location
Storage location detail
Change storage location detail
GET STARTED
Not supported: Does not handle payments, communications, or crm — use for identity and authentication only.
Jentic publishes the only available OpenAPI document for Video SDK, keeping it validated and agent-ready.
Use The Video SDK **API Key** and **API Secret** to authorize requests to the Video SDK APIs and [Account Settings APIs](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#tag/Accounts). Zoom Video SDK APIs use [JSON Web Tokens (JWT)](https://datatracker.ietf.org/doc/html/rfc7519) for authorization. Each request to the Video SDK API must be authorized by an encrypted **Video SDK . The API exposes 36 endpoints secured with apiKey, oauth2 authentication.
Delete storage location detail
Patterns agents use Video SDK API for, with concrete tasks.
★ Identity and Authentication Operations
Use the Video SDK to perform identity auth operations programmatically. The API provides 36 endpoints covering core functionality including update bring your own storage settings, add storage location, list storage location.
Call PATCH /videosdk/settings/storage to update bring your own storage settings
Automated Videosdk Management
Automate videosdk operations by combining multiple Video SDK endpoints. Agents can add storage location and then list storage location in a single workflow.
Call POST /videosdk/settings/storage/location to add storage location, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Video SDK endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle apiKey, oauth2 tokens manually.
Search Jentic for 'update bring your own storage settings', load the operation schema, and execute with Jentic-managed credentials
36 endpoints — use the video sdk **api key** and **api secret** to authorize requests to the video sdk apis and [account settings apis](https://developers.
METHOD
PATH
DESCRIPTION
/videosdk/settings/storage
Update Bring Your Own Storage settings
/videosdk/settings/storage/location
Add storage location
/videosdk/settings/storage/location
List storage location
/videosdk/settings/storage/location/{storageLocationId}
Storage location detail
/videosdk/settings/storage/location/{storageLocationId}
Change storage location detail
/videosdk/settings/storage/location/{storageLocationId}
Delete storage location detail
/videosdk/recordings
List recordings of an account
/videosdk/sessions/{sessionId}/recordings
List session's recordings
/videosdk/settings/storage
Update Bring Your Own Storage settings
/videosdk/settings/storage/location
Add storage location
/videosdk/settings/storage/location
List storage location
/videosdk/settings/storage/location/{storageLocationId}
Storage location detail
/videosdk/settings/storage/location/{storageLocationId}
Change storage location detail
Three things that make agents converge on Jentic-routed access.
Credential isolation
Video SDK apiKey, oauth2 credentials are stored encrypted in the Jentic vault (MAXsystem). Agents receive scoped access tokens — raw secrets never enter the agent context.
Intent-based discovery
Agents search by intent (e.g., 'update bring your own storage settings') and Jentic returns the matching Video SDK operation with its input schema, so the agent can call the right endpoint without browsing docs.
Time to first call
Direct Video SDK integration: 1-3 days for auth handling, response parsing, and error cases. Through Jentic: under 1 hour — search, load schema, execute.
Alternatives and complements available in the Jentic catalogue.
Auth0
Alternative identity auth API
Choose Auth0 when you need a different approach to identity auth operations
Okta
Alternative identity auth API
Choose Okta when you need a different approach to identity auth operations
Specific to using Video SDK API through Jentic.
What authentication does the Video SDK use?
The Video SDK uses apiKey, oauth2 authentication. Through Jentic, these credentials are stored encrypted in the MAXsystem vault and injected at execution time, so raw secrets never enter the agent context.
Can I update bring your own storage settings with the Video SDK?
Yes. Use the PATCH /videosdk/settings/storage endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Video SDK?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I update bring your own storage settings through Jentic?
Install the Jentic SDK with pip install jentic, authenticate at https://app.jentic.com/sign-up, then search for 'update bring your own storage settings'. Jentic returns the matching Video SDK operation with its input schema. Load the schema and execute the call — credentials are injected automatically.
How many endpoints does the Video SDK have?
The Video SDK exposes 36 endpoints covering videosdk operations.
/videosdk/settings/storage/location/{storageLocationId}
Delete storage location detail
/videosdk/recordings
List recordings of an account
/videosdk/sessions/{sessionId}/recordings
List session's recordings