Skip to main content

Overview

Pre-built tooling

Pre-built integrations

Access requirements

Setup guide

Useful links

API gotchas

Pre-built tooling

ToolsStatus
Pre-built authorization (API Key)
Pre-built authorization UI
Custom authorization UI
End-user authorization guide🚫
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-end type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Files

Function nameDescriptionTypeSource code
delete-fileDelete or archive a file in Anthropic.Action🔗 Github
get-fileRetrieve a single file from Anthropic.Action🔗 Github

Message Batches

Function nameDescriptionTypeSource code
cancel-message-batchCancel an Anthropic Message Batch.Action🔗 Github
create-message-batchCreate a message batch in Anthropic.Action🔗 Github
get-message-batchRetrieve a single message batch from Anthropic.Action🔗 Github
list-message-batch-resultsStream or retrieve results for an Anthropic Message BatchAction🔗 Github
list-message-batchesList message batches from Anthropic.Action🔗 Github

Messages

Function nameDescriptionTypeSource code
count-message-tokensCount tokens for an Anthropic message request.Action🔗 Github
create-messageCreate an Anthropic model message.Action🔗 Github

Models

Function nameDescriptionTypeSource code
get-modelRetrieve a single model from Anthropic.Action🔗 Github
list-modelsList models from Anthropic.Action🔗 Github

Others

Function nameDescriptionTypeSource code
list-filesList files from Anthropic.Action🔗 Github
filesSync files from Anthropic.Sync🔗 Github
message-batchesSync message batches from Anthropic.Sync🔗 Github
modelsSync models from AnthropicSync🔗 Github

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Anthropic uses API_KEY auth mode with x-api-key: API_KEY in the request header to access different endpoints.
  • When creating a new connection in Nango, you will also need to specify the API version, which can be found under Anthropic versions
Contribute API gotchas by editing this page