Services
Services are simulated versions of the external APIs and SaaS platforms your agent integrates with. Your agent makes real HTTPS calls to real domains — they’re transparently routed to intelligent mocks inside the simulation container. No code changes needed.
Don’t see a service you need? Reach out about enterprise support — we can add coverage for additional APIs and MCP servers as part of our enterprise offering.
Configuration example
services:
- name: google/calendar
dns_aliases:
- www.googleapis.com
- calendar.google.com
- name: salesforce
dns_aliases:
- myorg.my.salesforce.com
- name: mcp/stripe
- name: postgres
- name: atlassian/jira
dns_aliases:
- myorg.atlassian.netFull schema for the services block (fields, config, dns_aliases): veris.yaml → Services.
To change which services are enabled, update your veris.yaml and push a new image.
Available services
| Service | Config name | Category |
|---|---|---|
| Atlassian Auth | atlassian/auth | Auth |
| Google Auth | google/auth | Auth |
| Intuit Auth | intuit/auth | Auth |
| Microsoft Auth | microsoft/auth | Auth |
| DXC Hogan | hogan | Banking |
| OpenSanctions | opensanctions | Banking |
| SWIFT gpi | swift | Banking |
email | Channels | |
| Azure DevOps | microsoft/devops | Collaboration |
| Confluence | atlassian/confluence | Collaboration |
| Google Calendar | google/calendar | Collaboration |
| Google Docs | google/docs | Collaboration |
| Google Drive | google/drive | Collaboration |
| Jira | atlassian/jira | Collaboration |
| Microsoft Graph | microsoft/graph | Collaboration |
| Slack | slack | Collaboration |
| Shopify Customer | mcp/shopify-customer | Commerce |
| Shopify Storefront | mcp/shopify-storefront | Commerce |
| Close | close | CRM & Support |
| HubSpot | hubspot | CRM & Support |
| PagerDuty | pagerduty | CRM & Support |
| Salesforce | salesforce | CRM & Support |
| ServiceNow | servicenow | CRM & Support |
| Zendesk | zendesk-support | CRM & Support |
| Oracle FSCM | oracle/fscm | Enterprise |
| QuickBooks Online | intuit/quickbooks-online | Enterprise |
| Epic FHIR | epic/fhir | Healthcare |
| Elasticsearch | elastic | Infrastructure |
| PostgreSQL | postgres | Infrastructure |
| Splunk | splunk | Infrastructure |
| Twilio | twilio | Infrastructure |
| Plaid | plaid | Payments |
| Stripe | mcp/stripe | Payments |
| Zillow | zillow | Real Estate |
| you.com | you | Search & Research |
MCP servers
Services prefixed with mcp/ are Model Context Protocol servers. Stripe, Shopify Storefront, and Shopify Customer are pre-built and ready to drop in. Coverage for additional MCP servers is available via enterprise support.