Skip to main content
Enable Agno agents with Zoom and allow them to:
  • Schedule new meetings
  • Get meeting details
  • List all meetings
  • Get upcoming meetings
  • Delete meetings
  • Get meeting recordings

Prerequisites

  • Visit https://marketplace.zoom.us/
  • Create a new app. Go to Develop -> Build App -> Server-to-Server OAuth.
  • Add required scopes:
    • meeting:write:admin
    • meeting:read:admin
    • cloud_recording:read:admin
  • Copy Account ID, Client ID, and Client Secret

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as zoom_tools.py, then run:
Full source: cookbook/91_tools/zoom_tools.py