- 85 typed API operations
- 8 synced entities (
absenceBalances,interviews,jobPostings,jobRequisitions,jobs,payrollInputs, and 2 more) for fast.search()/.list()
Setup
1
Install
2
Add the plugin
corsair.ts
corsair.withTenant(id). See Quick start for KEK + Hub keys, and Multi-tenancy for account isolation.3
Choose authentication
- OAuth 2.0 (Recommended)
Open hub.corsair.dev, navigate to your project, and enter the client ID and client secret from your Workday OAuth app.Pass Workday’s API hostname and tenant name too — they go in Workday URLs (More: OAuth 2.0
https://{host}/ccx/oauth2/{tenant}/…). That’s not the same as corsair.withTenant() (Multi-tenancy). See Workday’s docs: token endpoint shape.4
Connect a tenant
Mint a connect link and send the tenant to it. Hub hosts the page and delivers the result to your app — see Connect / OAuth.
Example API calls
absence.getAbsenceBalance
business.createBusinessTitleChange
Query synced data
Synced entities supporttenant.workday.db.<entity>.search() and .list(): absenceBalances, interviews, jobPostings, jobRequisitions, jobs, payrollInputs, prospects, workers.
See Database for filters and operators.
What’s next
API reference
Every
workday.api.* operation with input and output types.Database
Synced entities, search filters, and operators.
Connect / OAuth
createLink, Hub delivery, and tenant connect flows.
Use with agents
Expose this plugin’s operations as MCP tools.