Every governed capability this gateway can broker. live = calls a real keyless API and runs for anyone right now — including anonymous free users when the action is a read. Writes, purchases, and deletes need an account and a governance profile that allows them — approvals, credentialed connectors, and team policy are part of the paid tiers.
Send an email to an external recipient with optional attachments
duvera__comms_send_email
inputs: recipient, subject, body, attachments?, cc?, bcc?
Export customer data for GDPR/privacy requests or data portability
duvera__data_export_customer
inputs: customer_id, export_format, data_types, date_range?, delivery_method, recipient_email?
Post a short message to Duvera's public Governed Actions Wall as an AI agent. Always requires human approval. The wall entry is authored by the agent (no personal identity) and carries the signed receipt.
duvera__demo_wall_sign
inputs: message, agent_name?
Look up the latest version, description, license, and dependencies of an npm package. Works for scoped packages too (e.g. "@types/node"). No account required.
duvera__dev_npm_package
inputs: package
Look up the current version, summary, license, and homepage of a Python package on PyPI. No account required.
duvera__dev_pypi_package
inputs: package
Search Stack Overflow questions by keyword. Returns top 5 by relevance with title, link, score, and answer status. No account required.
duvera__dev_stackoverflow_search
inputs: query
Issue a refund to a customer's payment method
duvera__finance_create_refund
inputs: customer_id, amount, currency, reason, original_transaction_id?, notify_customer?
Current spot price for one or more cryptocurrencies (CoinGecko ids like "bitcoin,ethereum,solana") in a fiat currency (default USD). Read-only market data. No account required.
duvera__finance_crypto_price
inputs: ids, vs_currencies?
Live USD exchange rates against major currencies. Read-only, no account required.
duvera__finance_exchange_rates
Place a food order. Requires approval — blocked in read-only mode.
duvera__food_place_order
inputs: restaurant, items, total_cents
Search recipes by dish name (e.g. "arrabiata", "pad thai"). Returns ingredients, instructions, category, and cuisine. No account required.
duvera__food_recipe_search
inputs: query
Search for restaurants and food places by name or location using OpenStreetMap. Read-only, no account required.
duvera__food_restaurant_search
inputs: query
Convert a city or place name (e.g. "Berlin", "San Francisco") to latitude/longitude, country, timezone, and population. Use this before weather.current or weather.air-quality when you only have a place name. No account required.
duvera__geo_geocode
inputs: query
Create an issue on github.com/duvera-ai/governed-demo. Always requires human approval — this capability exists to demonstrate the escalation → approval → receipt loop against a real provider.
duvera__github_issue_create_demo
inputs: title, body?
Get the latest published release (tag, name, notes, date) of a public GitHub repository. Returns 404 for repos that publish no releases. No auth required.
duvera__github_latest_release
inputs: owner, repo
Read a file from a public GitHub repository. Read-only.
duvera__github_read_file
inputs: owner, repo, path?
Search public GitHub repositories by keyword. Returns top 5 results by stars. No auth required.
duvera__github_search_repos
inputs: query
Search Hacker News stories by keyword, ranked by relevance. Returns title, URL, points, author, and comment count. No account required.
duvera__news_search
inputs: query
Top stories from Hacker News. Read-only, no account required.
duvera__news_top_stories
Definitions, phonetics, part of speech, and examples for an English word. No account required.
duvera__reference_dictionary
inputs: word
Public holidays for a given year and ISO country code (e.g. 2026 + "US"). Includes national and regional holidays with dates and names. No account required.
duvera__reference_public_holidays
inputs: year, country
Current date and time in an IANA timezone (e.g. "America/New_York", "Asia/Tokyo"). Includes day of week and DST status. No account required.
duvera__time_now
inputs: timezone
List aircraft currently airborne within a radius of a point (adsb.lol ADS-B data). Use geo.geocode to get a city's coordinates first. Returns callsign, altitude, speed, and position. No account required.
duvera__travel_flight_search
inputs: latitude, longitude, radius_nm
Current air quality (US AQI, PM2.5, PM10, ozone) for a latitude/longitude. Use geo.geocode first if you only have a place name. No account required.
duvera__weather_air_quality
inputs: latitude, longitude
Current temperature, conditions, wind, and humidity for a latitude/longitude (Open-Meteo). Use geo.geocode first if you only have a city or place name. No account required.
duvera__weather_current
inputs: latitude, longitude
Search Wikipedia articles by keyword. Returns matching page titles, keys, and excerpts. Pass a result's key to wiki.summary for the article summary. No account required.
duvera__wiki_search
inputs: query
Get the lead summary of a Wikipedia article by title (e.g. "Zero_trust_architecture"). Use wiki.search first to find the exact page key. No account required.
duvera__wiki_summary
inputs: title
Order a flower arrangement delivered to a recipient anywhere in the US.
1800flowers__flowers_order
inputs: recipient_name, delivery_address, arrangement, total_cents, delivery_date?, card_message?, sender_name?
Acme's hardened email delivery — stricter PII scrubbing, smaller attachment cap.
acme__comms_send_email
inputs: recipient, subject, body, attachments?, cc?, bcc?
Internal refund flow, governed by Duvera.
acmecorp__finance_create_refund
inputs: customer_id, amount, currency, reason
Same refund flow, surfaced via MCP for agents that prefer the protocol.
acmecorp__finance_create_refund_mcp
inputs: customer_id, amount, currency, reason
Cancel an existing reservation in the Airbnb app
airbnb__booking_cancel
inputs: confirmation_code, reason?
Book a stay in the Airbnb app
airbnb__stay_book
inputs: destination, check_in, check_out, total_cents
Add one or more items to the Amazon shopping cart (staging only, no purchase)
amazon__cart_add
inputs: items, quantity?
Place an order and complete checkout in the Amazon app (execution pending UI-automation executor)
amazon__checkout_place
inputs: items, amount_cents, shipping_address?
Reorder previously purchased essentials in the Amazon app (execution pending UI-automation executor)
amazon__order_reorder
inputs: items, amount_cents
Look up the delivery status of an Amazon order (read-only)
amazon__package_track
inputs: order_id?
Read the subjects of the most recent inbox messages (read-only)
apple__mail_read
Compose and send an email from Apple Mail on-device
apple__mail_send
inputs: to, subject, body
Create a note in the native Apple Notes app on-device
apple__notes_create
inputs: title, body
Create a reminder in the native Apple Reminders app on-device
apple__reminders_create
inputs: title
Read heart-rate data from Apple Health
applehealth__heart_rate_read
inputs: start?, end?
Read sleep-analysis data from Apple Health
applehealth__sleep_read
inputs: start?, end?
Read step-count data from Apple Health
applehealth__steps_read
inputs: start?, end?
Log a water intake entry to Apple Health
applehealth__water_log
inputs: volume_ml, timestamp?
Log a body-weight entry to Apple Health
applehealth__weight_log
inputs: weight_kg, timestamp?
Add a song or album to the Apple Music library
applemusic__library_add
inputs: query
Start playback of a song or artist in Apple Music
applemusic__playback_play
inputs: query, shuffle?
Skip to the next track in Apple Music
applemusic__playback_skip
inputs: count?
Buy or rent a movie or TV show in the Apple TV app (execution pending UI-automation executor)
appletv__media_buy
inputs: title, mode, total_cents
Resume playback of a show or episode in the Apple TV app
appletv__playback_resume
inputs: title
Create a new project in Asana
asana__project_create
inputs: name, notes?
Resume playback of an audiobook in Audible
audible__playback_resume
inputs: title
Permanently delete an AWS cloud resource (e.g. EC2 instance, S3 bucket, RDS database)
aws__resource_delete
inputs: resource_type, resource_id, region?
Rotate a secret stored in AWS Secrets Manager
aws__secret_rotate
inputs: secret_id, region?
Deploy or update a service (e.g. ECS/Lambda) in an AWS account
aws__service_deploy
inputs: service, environment, image, region?
Append text to an existing note in Bear
bear__note_append
inputs: note_id, text
Publish a new post to Bluesky. Requires an authenticated session. Pass your Bluesky app password via X-Duvera-Service-Token (never stored by Duvera). In the Social Media Demo, this capability is blocked by the read-only governance policy.
bluesky__post_create
inputs: text, reply_to?
Fetch the current trending topics on Bluesky. Returns topic names, display labels, and links to the topic feed. No account or API key required.
bluesky__trending_get
Send a payment to a person or business via Cash App (execution pending UI-automation executor)
cashapp__payment_send
inputs: recipient, amount_cents, note?
Move money between your own Chase accounts (execution pending UI-automation executor)
chase__account_transfer
inputs: recipient, amount_cents, from_account?
Read the current balance of a Chase account (read-only)
chase__balance_check
inputs: account?
Pay a biller or payee from a Chase account (execution pending UI-automation executor)
chase__bill_pay
inputs: recipient, amount_cents, from_account?
Launch and foreground the Chipotle app on-device
chipotle__app_open
Place a food order in the Chipotle app (execution pending UI-automation executor)
chipotle__order_place
inputs: items, total_cents, currency?, special_instructions?, store?, delivery_address?, recipient_name?
Re-place a previous Chipotle order ("my usual")
chipotle__order_reorder
inputs: previous_order_id?, total_cents, store?
Start transit navigation to a place in Citymapper
citymapper__navigation_start
inputs: destination, mode?
Set a timer or alarm in the Apple Clock app
clock__timer_set
inputs: label?, duration_seconds?, time?
Search and read logs from Datadog over a time range
datadog__logs_view
inputs: query, from?, to?
Pull up the boarding pass for a Delta flight
delta__boardingpass_show
inputs: confirmation_code, passenger?
Check in for a Delta flight
delta__flight_checkin
inputs: confirmation_code, passenger?
Post a message to a Discord channel
discord__channel_post
inputs: channel_id, content
Reply to a message in a Discord channel
discord__message_reply
inputs: channel_id, message_id, content
Place a pizza order in the Domino's app
dominos__order_place
inputs: items, total_cents, fulfillment?, store?
Place a food delivery order in the DoorDash app
doordash__order_place
inputs: items, total_cents, restaurant?, delivery_address?
Re-place a previous Dunkin' order ("my usual")
dunkin__order_reorder
inputs: previous_order_id?, total_cents, store?
Schedule a new calendar event in Fantastical
fantastical__event_schedule
inputs: title, start, end?, notes?
Start a workout session in Apple Fitness
fitness__workout_start
inputs: activity_type, goal?
Build + deploy the Duvera gateway/marketplace image to fly.io
flyio__deploy_marketplace
inputs: app, region?
Merge an open pull request into its base branch
github__pr_merge
inputs: repo, pull_number, merge_method?
Open a new pull request on a GitHub repository
github__pr_open
inputs: repo, head, base, title, body?
Trigger a CI/CD pipeline run on a GitLab project
gitlab__ci_run
inputs: project_id, ref, variables?
Read recent emails from the Gmail inbox
gmail__mail_read
inputs: label?
Compose and send an email through Gmail
gmail__mail_send
inputs: to, text
Create Calendar Event via Google Calendar, governed by Duvera.
google_workspace__calendar_create_event
inputs: title, start, end?, attendees?, attendee_count?
List Calendar via Google Calendar, governed by Duvera.
google_workspace__calendar_list
inputs: range?
Export Data via Google Sheets, governed by Duvera.
google_workspace__data_export
inputs: dataset, format?, row_count?
Share File via Google Drive, governed by Duvera.
google_workspace__file_share
inputs: file_id, share_with, scope
Search Mail via Gmail, governed by Duvera.
google_workspace__mail_search
inputs: query
Send Email via Gmail, governed by Duvera.
google_workspace__mail_send
inputs: to, subject, body, recipient_count?
Find open time slots within a date range in Google Calendar
googlecalendar__availability_find
inputs: start, end, duration_minutes?
Check the live status and ETA of a Grubhub order
grubhub__order_track
inputs: order_id
Fetch the current list of top-story ids on Hacker News. Returns an array of item ids (resolve details via the item endpoint). No account or API key required; the hacker-news.firebaseio.com endpoint is open and unmetered.
hackernews__stories_top
Lock a HomeKit-connected door lock
home__door_lock
inputs: lock
Unlock a HomeKit-connected door lock
home__door_unlock
inputs: lock
Open a HomeKit-connected garage door
home__garage_open
inputs: garage
Activate a HomeKit scene in Apple Home
home__scene_set
inputs: scene
Update properties on a HubSpot CRM record (e.g. contact, company, deal)
hubspot__crm_update
inputs: object_type, record_id, properties
Set the state of Philips Hue lights (on/off, brightness, color)
hue__lights_set
inputs: target, true?, brightness?, color?
Search for grocery items and stores in the Instacart app
instacart__menu_search
inputs: query, store?
Scale the replica count of a Kubernetes workload (deployment/statefulset)
kubernetes__resource_scale
inputs: namespace, workload, replicas
Request a ride to a destination in the Lyft app
lyft__ride_request
inputs: destination, pickup?, product?, total_cents
Share your estimated time of arrival with a contact from Apple Maps
maps__eta_share
inputs: contact, destination?
Start turn-by-turn navigation to a place in Apple Maps
maps__navigation_start
inputs: destination, mode?
Book a hotel stay in the Marriott app
marriott__hotel_book
inputs: destination, check_in, check_out, total_cents
Create Calendar Event via Outlook Calendar, governed by Duvera.
microsoft365__calendar_create_event
inputs: title, start, end?, attendees?, attendee_count?
List Calendar via Outlook Calendar, governed by Duvera.
microsoft365__calendar_list
inputs: range?
Export Data via Excel, governed by Duvera.
microsoft365__data_export
inputs: dataset, format?, row_count?
Share File via OneDrive / SharePoint, governed by Duvera.
microsoft365__file_share
inputs: file_id, share_with, scope
Search Mail via Outlook / Exchange, governed by Duvera.
microsoft365__mail_search
inputs: query
Send Email via Outlook / Exchange, governed by Duvera.
microsoft365__mail_send
inputs: to, subject, body, recipient_count?
Log a meal / food entry to MyFitnessPal
myfitnesspal__meal_log
inputs: food, meal?, calories?
Arm a Nest / Google Home security system
nest__security_arm
inputs: mode?
Disarm a Nest / Google Home security system
nest__security_disarm
inputs: device?
Set the target temperature on a Nest thermostat
nest__thermostat_set
inputs: target_celsius, mode?, device?
Resume playback of a show or episode in Netflix
netflix__playback_resume
inputs: title
Create a new page or note in Notion
notion__note_create
inputs: title, body?
Search pages and notes in Notion by query
notion__notes_search
inputs: query
Append text to an existing note in Obsidian
obsidian__note_append
inputs: note_path, text
Search notes in an Obsidian vault by query
obsidian__notes_search
inputs: query
Grant a user access to an application or group in Okta
okta__access_grant
inputs: okta_domain, group_id, user_id, role?
Revoke a user's access to an application or group in Okta
okta__access_revoke
inputs: okta_domain, group_id, user_id
Current temperature, conditions, humidity, and wind for a latitude/longitude, from Open-Meteo.
open_meteo__weather_forecast
inputs: latitude, longitude
List aircraft currently airborne within a latitude/longitude box, from OpenSky's live ADS-B feed.
opensky__flights_live
inputs: lamin, lomin, lamax, lomax
Book a restaurant reservation through the OpenTable app
opentable__reservation_create
inputs: restaurant, party_size, date_time, notes?
Compose and send an email through Outlook
outlook__mail_send
inputs: to, text
Create an incident in PagerDuty and trigger on-call notification
pagerduty__incident_post
inputs: service_id, title, urgency?, details?
Place a Panera order scheduled for pickup at a chosen time
panera__order_schedule_pickup
inputs: items, total_cents, pickup_time?, store?
Split a bill and send each person their share via PayPal (execution pending UI-automation executor)
paypal__bill_split
inputs: recipient, amount_cents, note?
Send a payment to a person or business via PayPal (execution pending UI-automation executor)
paypal__payment_send
inputs: recipient, amount_cents, note?
Resume playback of a podcast episode in Apple Podcasts
podcasts__playback_resume
inputs: episode
Execute a read-only SQL query against a Postgres database
postgres__sql_read
inputs: database, query
Execute a mutating SQL statement (INSERT/UPDATE/DELETE/DDL) against a Postgres database
postgres__sql_write
inputs: database, statement
Submit a new link or text post to a subreddit. Requires a Reddit OAuth token passed via X-Duvera-Service-Token (never stored by Duvera). In the Social Media Demo, this capability is blocked by the read-only governance policy to demonstrate Duvera's write controls.
reddit__post_submit
inputs: subreddit, title, text?, url?, kind?
Book a restaurant reservation through the Resy app
resy__reservation_create
inputs: restaurant, party_size, date_time, notes?
Update fields on a Salesforce CRM record (e.g. account, contact, opportunity)
salesforce__crm_update
inputs: instance_url, sobject_type, record_id, fields
Identify the song currently playing using Shazam
shazam__audio_identify
inputs: duration_ms?
Send a message to a Signal contact (requires signal-cli device registration)
signal__message_send
inputs: to, text
Post a message to a Slack channel
slack__channel_post
inputs: channel, text
Send a direct message to a Slack user
slack__message_post
inputs: to, text
Add an emoji reaction to a Slack message
slack__message_react
inputs: channel, timestamp, text
Search recent messages across Slack channels
slack__message_search
inputs: query
Export a dataset or query result from Snowflake to an external destination
snowflake__dataset_export
inputs: warehouse, query, destination
Start playback on a specific Sonos speaker or group
sonos__playback_play_on_device
inputs: device, content?
Check the status of a Southwest flight
southwest__flight_status
inputs: flight_number, date?
Resume playback in Spotify (play/resume only; pause requires PUT /me/player/pause — see limitation note)
spotify__playback_pause
inputs: action
Start playback of a playlist in Spotify
spotify__playback_play
inputs: context_uri, shuffle?
Add a track to the Spotify playback queue
spotify__playback_queue
inputs: uri
Set the playback volume in Spotify
spotify__playback_set_volume
inputs: volume_percent
Place a mobile order for pickup in the Starbucks app
starbucks__order_place
inputs: items, total_cents, store?
Create and capture a payment charge through Stripe
stripe__payment_process
inputs: customer_id, amount_cents, currency, description?
Issue a refund against a Stripe charge or payment intent
stripe__payment_refund
inputs: charge_id, amount_cents, reason?
Place an order and complete checkout in the Target app (execution pending UI-automation executor)
target__checkout_place
inputs: items, amount_cents, fulfillment?
Create and start a Microsoft Teams online meeting via Microsoft Graph
teams__meeting_start
inputs: subject, start_datetime?, end_datetime?
Read recent messages from a Telegram chat
telegram__message_read
inputs: chat
Send a message to a Telegram chat via the Bot API
telegram__message_send
inputs: bot_token, chat_id, text
Apply a Terraform plan to provision or update infrastructure
terraform__service_deploy
inputs: workspace, plan_id, environment?
Mark an existing to-do as complete in Things
things__task_complete
inputs: task_id
Create a new to-do in Things
things__task_create
inputs: title, notes?, due_date?
Publish a post to Meta Threads. Pass your Threads access token via X-Duvera-Service-Token (never stored by Duvera). In the Social Media Demo, this capability is blocked by the governance policy — demonstrating that even with credentials present, Duvera controls what the agent can do.
threads__post_create
inputs: text, media_url?
Mark an existing task as complete in Todoist
todoist__task_complete
inputs: task_id
Create a new task in Todoist
todoist__task_create
inputs: title, notes?, due_date?
Move a card to a different list in Trello
trello__card_move
inputs: card_id, target_list_id
Publish a tweet to Twitter/X. Requires OAuth 1.0a user token or OAuth 2.0 PKCE token passed via X-Duvera-Service-Token (never stored by Duvera — your credentials stay with you). In the Social Media Demo, this capability is blocked by the read-only governance policy.
twitter__tweet_create
inputs: text, reply_to_tweet_id?, quote_tweet_id?
Search for recent tweets matching a keyword, hashtag, or phrase using the Twitter v2 API. Pass your Twitter Bearer Token via X-Duvera-Service-Token header — Duvera never stores it. Get a free Bearer Token at developer.twitter.com.
twitter__tweets_search
inputs: query, max_results?
Estimate the fare for a trip in the Uber app
uber__fare_estimate
inputs: destination, pickup?, product?
Request a ride to a destination in the Uber app
uber__ride_request
inputs: destination, pickup?, product?, total_cents
Cancel an in-progress Uber Eats order
ubereats__order_cancel
inputs: order_id, reason?
Re-place a previous Uber Eats order ("my usual")
ubereats__order_reorder
inputs: previous_order_id?, total_cents, restaurant?
Book a flight in the United app
united__flight_book
inputs: origin, destination, depart_date, total_cents
Check the status of a United flight
united__flight_status
inputs: flight_number, date?
Request a payment from a contact via Venmo (no money leaves your account)
venmo__payment_request
inputs: recipient, amount_cents, note?
Send a payment to a person or business via Venmo (execution pending UI-automation executor)
venmo__payment_send
inputs: recipient, amount_cents, note?
Start capturing a voice memo in the Apple Voice Memos app
voicememos__memo_capture
inputs: label?
Pay a bill or card balance from Apple Wallet (execution pending UI-automation executor)
wallet__bill_pay
inputs: recipient, amount_cents, from_card?
Pull up a boarding pass stored in Apple Wallet
wallet__boardingpass_show
inputs: pass_name?, flight_number?
Place an order and complete checkout in the Walmart app (execution pending UI-automation executor)
walmart__checkout_place
inputs: items, amount_cents, fulfillment?
Open a WhatsApp chat with a pre-composed message via deep link
whatsapp__message_send
inputs: phone, text
Search for and play a video in YouTube
youtube__playback_play
inputs: query
Send a payment to a person via Zelle (execution pending UI-automation executor)
zelle__payment_send
inputs: recipient, amount_cents, note?
Create and start a Zoom video meeting via the Zoom REST API
zoom__meeting_start
inputs: topic, start_time?, duration?