Quickstart - Confirmation Calling Direct API Integration Guide
Use the Evergrove agent API directly to schedule outbound calls, trigger them, and poll for outcomes when building any outbound calling integration.
Prerequisites
Before you start, obtain an API key from Evergrove Labs. You can set key rotation to quarterly, yearly, or another agreed cadence.
Base URL and authentication
Send every request to https://agent-api.evergrovelabs.com. Trim any trailing slash from the base URL before appending paths in application code.
Every JSON request must include these headers:
Authorization: Bearer {API_KEY}
Accept: application/json
Content-Type: application/jsonIn curl examples and generated client code, define the following variables:
export API_URL="https://agent-api.evergrovelabs.com"
export API_KEY="<provided key>"Once ready, head to Call Jobs API to trigger new calls!
Was this helpful?
Was this helpful?