Clojure wrappers over the beta agents-platform APIs of the official Anthropic Java SDK: skills, memory stores, agents, sessions, deployments, deployment runs, environments, vaults, user profiles, and webhooks.
These wrap beta endpoints that Anthropic may change. Errors follow
anthropic.core's contract: API/IO failures are ex-info keyed
:anthropic/error with the SDK exception as cause.
Clojure wrappers over the beta agents-platform APIs of the official Anthropic Java SDK: skills, memory stores, agents, sessions, deployments, deployment runs, environments, vaults, user profiles, and webhooks. These wrap beta endpoints that Anthropic may change. Errors follow `anthropic.core`'s contract: API/IO failures are ex-info keyed `:anthropic/error` with the SDK exception as cause.
Clojure wrapper for the beta Messages API.
Clojure wrapper for the beta Messages API.
Clojure wrapper over the official Anthropic Java SDK
(com.anthropic/anthropic-java).
Build a request as a Clojure map, get a Clojure map back. The client reads
ANTHROPIC_API_KEY from the environment by default.
Clojure wrapper over the official Anthropic Java SDK (`com.anthropic/anthropic-java`). Build a request as a Clojure map, get a Clojure map back. The client reads `ANTHROPIC_API_KEY` from the environment by default.
Clojure wrappers over the beta Organization administration APIs of the official Anthropic Java SDK: the organization itself plus users, API keys, external keys, invites, rate limits, service accounts, workspaces, workspace members/rate-limits/service-accounts, and identity federation (issuers, rules, and rule workspaces).
These wrap beta endpoints that Anthropic may change. Build a request as a
Clojure map, get a Clojure map back. Errors follow anthropic.core's
contract: API/IO failures are ex-info keyed :anthropic/error with the SDK
exception as cause.
Deeply nested response sub-objects (an API key's principal/scope, an external key's provider config/attachment, a federation issuer's JWKS, a rule's match/target/attributes) are returned as full-fidelity Clojure data. For the matching request inputs, scalar fields are accepted as idiomatic maps; the richest union inputs (inline JWKS keys, Azure external-key configs, match claims) also accept a ready SDK object as an escape hatch.
Clojure wrappers over the beta Organization administration APIs of the official Anthropic Java SDK: the organization itself plus users, API keys, external keys, invites, rate limits, service accounts, workspaces, workspace members/rate-limits/service-accounts, and identity federation (issuers, rules, and rule workspaces). These wrap beta endpoints that Anthropic may change. Build a request as a Clojure map, get a Clojure map back. Errors follow `anthropic.core`'s contract: API/IO failures are ex-info keyed `:anthropic/error` with the SDK exception as cause. Deeply nested response sub-objects (an API key's principal/scope, an external key's provider config/attachment, a federation issuer's JWKS, a rule's match/target/attributes) are returned as full-fidelity Clojure data. For the matching request inputs, scalar fields are accepted as idiomatic maps; the richest union inputs (inline JWKS keys, Azure external-key configs, match claims) also accept a ready SDK object as an escape hatch.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |