Athenahealth
Cloud-based healthcare platform for clinical, financial, and administrative operations
Actions
| Name | Description |
|---|---|
list_patientsSearch for patients in Athenahealth | Search for patients in Athenahealth |
get_patientGet a specific patient by ID | Get a specific patient by ID |
list_appointmentsList booked appointments | List booked appointments |
list_providersList providers in the practice | List providers in the practice |
list_departmentsList departments in the practice | List departments in the practice |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'athenahealth',
actionName: 'list_patients',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Athenahealth to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Athenahealth support?
Athenahealth supports 5 actions including List Patients, Get Patient, List Appointments, List Providers, List Departments.
Can I use Athenahealth with AI agents?
Yes. Add Athenahealth to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Athenahealth use?
Athenahealth uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Athenahealth integration cost?
The Athenahealth integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Athenahealth in 2 minutes
Get 1,000 free actions every month. No credit card required.