Automate Anthropic
HumDay reads Anthropic’s own published API description and derives 144 operations from it. Describe the outcome you want in plain words — you get a program that is written, proven on real data, and run for you.
What Anthropic is
Anthropic builds the Claude family of models. The API covers messages, streaming, tool use, batches, files and token counting.
API host: api.anthropic.com
What HumDay can do in Anthropic
78 documented operations change something in Anthropic. The 53 most useful are listed here.
- POSTUpload File
/v1/files - POSTCreate a Message
/v1/messages - POSTUpload File
/v1/files?beta=true - POSTCreate a Message
/v1/messages?beta=true - POSTCreate a Message Batch
/v1/messages/batches - POSTCreate a Message Batch
/v1/messages/batches?beta=true - POSTCreate User Profile
/v1/user_profiles?beta=true - POSTCount tokens in a Message
/v1/messages/count_tokens - DELETEDelete File
/v1/files/{file_id} - POSTCount tokens in a Message
/v1/messages/count_tokens?beta=true - DELETEDelete File
/v1/files/{file_id}?beta=true - POSTCreate Skill
/v1/skills - POSTCreate a Text Completion
/v1/complete - POSTCreate Agent
/v1/agents?beta=true - POSTCreate a Dream
/v1/dreams?beta=true - POSTCreate Skill
/v1/skills?beta=true - POSTCreate Vault
/v1/vaults?beta=true - POSTCreate Tunnel
/v1/tunnels?beta=true - POSTCreate Session
/v1/sessions?beta=true - POSTCreate Deployment
/v1/deployments?beta=true - POSTCreate Environment
/v1/environments?beta=true - POSTCreate a memory store
/v1/memory_stores?beta=true - DELETEDelete a Message Batch
/v1/messages/batches/{message_batch_id} - POSTSend Events
/v1/sessions/{session_id}/events?beta=true - DELETEDelete a Message Batch
/v1/messages/batches/{message_batch_id}?beta=true - POSTCancel a Message Batch
/v1/messages/batches/{message_batch_id}/cancel - POSTCancel a Message Batch
/v1/messages/batches/{message_batch_id}/cancel?beta=true - POSTUpdate User Profile
/v1/user_profiles/{user_profile_id}?beta=true - POSTCreate Skill Version
/v1/skills/{skill_id}/versions - POSTCreate Skill Version
/v1/skills/{skill_id}/versions?beta=true - POSTCreate Credential
/v1/vaults/{vault_id}/credentials?beta=true - POSTAdd Session Resource
/v1/sessions/{session_id}/resources?beta=true - POSTCreate Tunnel Certificate
/v1/tunnels/{tunnel_id}/certificates?beta=true - POSTCreate a memory
/v1/memory_stores/{memory_store_id}/memories?beta=true - POSTCreate Enrollment URL
/v1/user_profiles/{user_profile_id}/enrollment_url?beta=true - DELETEDelete Skill
/v1/skills/{skill_id} - POSTUpdate Agent
/v1/agents/{agent_id}?beta=true - DELETEDelete Skill
/v1/skills/{skill_id}?beta=true - DELETEDelete Vault
/v1/vaults/{vault_id}?beta=true - POSTUpdate Vault
/v1/vaults/{vault_id}?beta=true - DELETEDelete Session
/v1/sessions/{session_id}?beta=true - POSTUpdate Session
/v1/sessions/{session_id}?beta=true - POSTUpdate Deployment
/v1/deployments/{deployment_id}?beta=true - DELETEDelete Environment
/v1/environments/{environment_id}?beta=true - POSTUpdate Environment
/v1/environments/{environment_id}?beta=true - DELETEDelete a memory store
/v1/memory_stores/{memory_store_id}?beta=true - POSTUpdate a memory store
/v1/memory_stores/{memory_store_id}?beta=true - POSTUpdate Work Item
/v1/environments/{environment_id}/work/{work_id}?beta=true - POSTCancel a Dream
/v1/dreams/{dream_id}/cancel?beta=true - POSTArchive Agent
/v1/agents/{agent_id}/archive?beta=true - POSTArchive a Dream
/v1/dreams/{dream_id}/archive?beta=true - POSTArchive Vault
/v1/vaults/{vault_id}/archive?beta=true - POSTArchive Tunnel
/v1/tunnels/{tunnel_id}/archive?beta=true
What HumDay can read from Anthropic
These are the operations a schedule or a trigger can watch.
- GETList Message Batches
/v1/messages/batches - GETList Message Batches
/v1/messages/batches?beta=true - GETList Files
/v1/files - GETList Files
/v1/files?beta=true - GETList User Profiles
/v1/user_profiles?beta=true - GETGet File Metadata
/v1/files/{file_id} - GETGet File Metadata
/v1/files/{file_id}?beta=true - GETList Models
/v1/models - GETList Skills
/v1/skills - GETList Agents
/v1/agents?beta=true - GETList Dreams
/v1/dreams?beta=true - GETList Models
/v1/models?beta=true - GETList Skills
/v1/skills?beta=true - GETList Vaults
/v1/vaults?beta=true - GETList Tunnels
/v1/tunnels?beta=true - GETDownload File
/v1/files/{file_id}/content - GETList Sessions
/v1/sessions?beta=true - GETList Deployments
/v1/deployments?beta=true - GETList Environments
/v1/environments?beta=true - GETList memory stores
/v1/memory_stores?beta=true - GETList Deployment Runs
/v1/deployment_runs?beta=true - GETDownload File
/v1/files/{file_id}/content?beta=true - GETRetrieve a Message Batch
/v1/messages/batches/{message_batch_id} - GETList Events
/v1/sessions/{session_id}/events?beta=true - GETList Work Items
/v1/environments/{environment_id}/work?beta=true - GETRetrieve a Message Batch
/v1/messages/batches/{message_batch_id}?beta=true - GETRetrieve Message Batch results
/v1/messages/batches/{message_batch_id}/results - GETRetrieve Message Batch results
/v1/messages/batches/{message_batch_id}/results?beta=true - GETGet User Profile
/v1/user_profiles/{user_profile_id}?beta=true - GETList Skill Versions
/v1/skills/{skill_id}/versions - GETList Agent Versions
/v1/agents/{agent_id}/versions?beta=true - GETList Skill Versions
/v1/skills/{skill_id}/versions?beta=true - GETList Session Threads
/v1/sessions/{session_id}/threads?beta=true - GETList Credentials
/v1/vaults/{vault_id}/credentials?beta=true - GETList Session Resources
/v1/sessions/{session_id}/resources?beta=true - GETList Tunnel Certificates
/v1/tunnels/{tunnel_id}/certificates?beta=true - GETList memories
/v1/memory_stores/{memory_store_id}/memories?beta=true - GETList Session Thread Events
/v1/sessions/{session_id}/threads/{thread_id}/events?beta=true - GETGet a Model
/v1/models/{model_id} - GETGet Skill
/v1/skills/{skill_id} - GETList memory versions
/v1/memory_stores/{memory_store_id}/memory_versions?beta=true - GETStream Events
/v1/sessions/{session_id}/events/stream?beta=true - GETGet Agent
/v1/agents/{agent_id}?beta=true - GETGet a Dream
/v1/dreams/{dream_id}?beta=true - GETGet a Model
/v1/models/{model_id}?beta=true - GETGet Skill
/v1/skills/{skill_id}?beta=true - GETGet Vault
/v1/vaults/{vault_id}?beta=true
How automating Anthropic works
- Describe the outcome. Say what you want to happen, in your own words. No node graphs, no field mapping.
- Approve the contract. HumDay writes down exactly what it will do, what it will touch, and what it will never do. You approve it before anything is built.
- See it proven. The program runs and shows you the result before it is allowed near your live Anthropic account.
- Grant access, then go live. You approve the specific Anthropic operations it may use — and only those.
Popular Anthropic integrations
Connect Anthropic to the tools people pair it with most.
- Anthropic and OData for namespace microsoft.graphintegration
- Anthropic and Cloudflareintegration
- Anthropic and NetBoxintegration
- Anthropic and GitHubintegration
- Anthropic and Mistintegration
- Anthropic and Loket.nlintegration
- Anthropic and Atlassian The Jira Cloud platformintegration
- Anthropic and Magento B2Bintegration
- Anthropic and Stripeintegration
- Anthropic and Zuora Reference Billingintegration
- Anthropic and bunqintegration
- Anthropic and DocuSignintegration
Automate Anthropic with these
- OpenAI273 operations
- ElevenLabs Documentation18 operations
- .datumbox.com14 operations
- Pandorabots AIaaS13 operations
- Seldon External12 operations
- AIception Interactive10 operations
- Wolframalpha Wolfram2 operations
- OpenIndex Retrieval Plugin1 operations
- MotaWord219 operations
- Contract P Contract.fit134 operations
- NamSor84 operations
- Salesforce Einstein Vision and Einstein Language45 operations
Categories
Questions about Anthropic automation
- Can HumDay connect to Anthropic?
- Yes. HumDay reads Anthropic's own published API description and derives the operations from it, so there is no hand-built connector to wait for. 144 operations are documented.
- Do I need to write code to automate Anthropic?
- No. You describe the outcome you want in plain words. HumDay agrees a contract with you, writes the program, and shows you a test run before anything touches your Anthropic account.
- What can HumDay do in Anthropic?
- 78 of the 144 documented operations change something in Anthropic, and 66 read from it. HumDay only ever uses the specific operations your approved contract needs.
- Is my Anthropic account safe?
- Your credentials are stored encrypted and are never shown in chat, code, or logs. Every run is limited to the operations you explicitly approved, and anything that writes to Anthropic is held behind that approval.
Where this came from
The operations above are read from the API description Anthropic publishes themselves at storage.googleapis.com/stainless-sdk-openapi-specs/anthropic/anthropic-893a61e9c1cd6c69a70. Descriptions are the provider’s own words, not ours.