Anthropic
AI API keyCall Claude from any Windmill script, flow or app — and point Windmill AI at the same key so the code assistant and AI agent steps run on your own Anthropic account.
What you can do with Anthropic
Complete, deployable projects built around Anthropic — the fastest way to get something real running.
Miro
Whiteboard with an AI facilitator
Support automation
AI support triage with a human approval gate: classify, analyze, draft the reply, dispatch clear-cut fixes in parallel.
Recruit
Application form + AI CV screening
Content engine
Content engine
Support engine
Drafts replies to your support inbox into Gmail drafts, ready for you to send.
Sales engine
Finds leads matching your ICP, drafts an email to the ones worth writing to, and leaves them in Gmail drafts.
Sentry engine
Investigates recurring production errors and opens a pull request with the diagnosis, and the fix when it is sure.
Set up in 3 steps
Create an API key
In the Anthropic Console, open API keys and create one. Copy it straight away — the key starts with sk-ant- and is shown only once.
Add the resource in Windmill
Open Resources, add a resource of type anthropic, and paste the key. Leave platform on standard unless you reach Claude through Google Vertex AI.
Point Windmill AI at it
In AI settings, at workspace or instance level, pick Anthropic as the provider and select the resource. The code assistant, the AI chat and AI agent steps then all run on your key.
Resource type
The shape of the credential every script on this page expects.
anthropic
View raw schema →| Field | Type | Required | What it is |
|---|---|---|---|
| apiKey | string | Yes | |
| base_url | string | No | Optional. Only needed to overwrite the default base URL. For google_vertex_ai: https://{region}-aiplatform.googleapis.com/v1/projects/{project_id}/locations/{region}/publishers/anthropic/models/ |
| platform | string | No | Platform to use for Anthropic API. |
Questions
Is my API key stored on the hub?
Never. It lives only in your own Windmill workspace, encrypted at rest.
Does this power Windmill's own AI features?
Yes. Select the resource in AI settings and the code assistant, AI chat and AI agent steps all run on your key and your choice of model.
Can I reach Claude through Google Vertex AI?
Yes. Set platform to google_vertex_ai and fill base_url with your project and region endpoint; the rest of the resource stays the same.
Do I need a Claude subscription?
No. API access is billed per token on the Console account and is separate from a Claude.ai plan.