Skip to main content
multiple-agents

Agents are powerful helpers that perform specific tasks like building apps, working with GitHub, or integrating with custom tools. You can manage agents easily with global or local setups.

Managed Agents

Integrate with AI agents in one click on your terms. Choose only the capabilities you need, and AI gets just enough access to perform the task — nothing more.

  • View your calendars
  • Check events within a date range
  • Create events with attachments and reminders
  • Update existing events
  • Delete events
  • Search for files in Drive
  • Open and read file content (including Office formats)
  • Browse folder contents
  • Create new files or import files from a URL
  • Search your emails using filters
  • Read message content (single or in batches)
  • Send new emails or drafts
  • View entire email threads
  • Organize messages by applying or changing labels
  • Open and read document text
  • Create new documents
  • Edit and update text
  • Find and replace words or phrases
  • Add elements such as tables, lists, and images
  • Update headers, footers, and formatting
  • Add or reply to comments
  • Read data from spreadsheets
  • Write, update, or clear cell values
  • Create new spreadsheets or add new sheets
  • Retrieve spreadsheet details and metadata
  • Add or respond to comments on sheets
  • Create new slide decks
  • Read presentation details
  • Make bulk updates across slides
  • Insert or update specific slides
  • Generate thumbnails of slides
  • Add or manage comments in presentations
  • Create new forms
  • Retrieve form details and sharing links
  • Configure publishing settings
  • Collect individual or bulk responses
  • View and search tasks
  • Create and organize new tasks
  • Update task details
  • Delete or move tasks between lists
  • Clear completed tasks
  • Manage task lists
  • Cancel or rerun workflow runs
  • Delete workflow logs or artifacts
  • Download workflow artifacts
  • View workflow run details, logs, and usage
  • View jobs within a workflow run
  • Run workflows manually
  • List workflows and workflow runs
  • View code scanning alerts
  • List all code scanning alerts with filters
  • View dependabot alerts
  • List all dependabot alerts with filters
  • View discussions and comments
  • List discussions and categories
  • Create new gists
  • Update existing gists
  • List your gists
  • Create, update, or delete issues
  • Add comments to issues
  • Add, remove, or reprioritize sub-issues
  • Assign Copilot to issues
  • List issues, issue types, and sub-issues
  • Search issues
  • View notification details
  • List notifications with filters
  • Dismiss or mark notifications as read
  • Manage notification subscriptions (repo or thread level)
  • Search for organizations
  • Create, update, or merge pull requests
  • Add or reply to pull request comments and reviews
  • Delete or submit pending reviews
  • View pull request details, comments, files, diffs, reviews, and status checks
  • List and search pull requests
  • Request Copilot reviews
  • Update pull request branches
  • Create, update, or delete repositories
  • Create branches or update files
  • Fork repositories
  • View commits, tags, releases, and file contents
  • List branches, commits, releases, and tags
  • Push files to repositories
  • Search code and repositories
  • View secret scanning alerts
  • List secret scanning alerts with filters
  • View global or repository security advisories
  • List advisories for repositories or organizations

Others

  • Asana
  • Atlassian
  • Canva
  • HubSpot
  • Hugging Face
  • Intercom
  • Linear
  • Monday.com
  • Netlify
  • Notion
  • PayPal
  • Sentry
  • Square
  • Stytch
  • Vercel
  • Webflow
  • Wix
  • Zapier
Request more managed agents via help@aithing.dev.

Add Your Own Agents

Add your own agents (MCP Servers) manually, either Global agents (Remote HTTP MCP Servers), which are already hosted, or Local agents (Stdio MCP Servers), which run on your device.
multiple-agents-global

Use this when your agent is already hosted online (e.g. APIs, remote services).Example:
  Name          GitHub
  URL           https://api.githubcopilot.com/mcp/
  Auth Token    ghp_*****  
The Auth Token is optional. It is used to authenticate your access.
multiple-agents-local

Use this when the agent runs locally on your own machine (e.g. through Docker, CLI tools, wrappers).Example:
  Name        XCode
  Command     /usr/local/bin/xcode-npx-wrapper
  Arguments   -y xcodebuildmcp@latest
Arguments are optional. These are space-separated values passed to the command.
To add a new agent:
  1. Click + Add Agent
  2. Enter the name, and choose between Global or Local
  3. Fill in the required fields based on the mode
  4. Toggle the agent ON to activate

Need help setting up agents? Email us at help@aithing.dev.