Claude Platform Docs

베타

Models
AnthropicBeta = string or "message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more
One of the following:
BetaAPIError object{ message, type }
message: string
defaultInternal server error
type: "api_error"
defaultapi_error
BetaAuthenticationError object{ message, type }
message: string
defaultAuthentication error
type: "authentication_error"
defaultauthentication_error
BetaBillingError object{ message, type }
message: string
defaultBilling error
type: "billing_error"
defaultbilling_error
BetaCurrency = "USD"
BetaError = BetaInvalidRequestError { message, type } or BetaAuthenticationError { message, type } or BetaBillingError { message, type } or 6 more
One of the following:
BetaErrorResponse object{ error, request_id, type }
error: BetaError
One of the following:
request_id: string or null
type: "error"
defaulterror
BetaGatewayTimeoutError object{ message, type }
message: string
defaultRequest timeout
type: "timeout_error"
defaulttimeout_error
BetaInvalidRequestError object{ message, type }
message: string
defaultInvalid request
type: "invalid_request_error"
defaultinvalid_request_error
BetaMonetaryAmount object{ amount, currency }

A monetary amount in a specific currency.

amount: string

Amount in minor units of the currency, as an integer decimal string with no leading zeros: "2500" is $25.00 and "50" is fifty cents. A string rather than a number so no float rounding is ever applied.

currency: BetaCurrency

Uppercase ISO-4217 currency code. USD is the only currency currently supported; the accepted set is closed and grows only when a new currency is priced.

BetaNotFoundError object{ message, type }
message: string
defaultNot found
type: "not_found_error"
defaultnot_found_error
BetaOverloadedError object{ message, type }
message: string
defaultOverloaded
type: "overloaded_error"
defaultoverloaded_error
BetaPermissionError object{ message, type }
message: string
defaultPermission denied
type: "permission_error"
defaultpermission_error
BetaRateLimitError object{ message, type }
message: string
defaultRate limited
type: "rate_limit_error"
defaultrate_limit_error

베타모델

모델 목록 조회
GET/v1/models
모델 조회
GET/v1/models/{model_id}

베타메시지

메시지 생성
POST/v1/messages
메시지의 토큰 수 계산
POST/v1/messages/count_tokens

베타메시지배치

메시지 배치 생성
POST/v1/messages/batches
메시지 배치 조회
GET/v1/messages/batches/{message_batch_id}
메시지 배치 목록 조회
GET/v1/messages/batches
메시지 배치 취소
POST/v1/messages/batches/{message_batch_id}/cancel
메시지 배치 삭제
DELETE/v1/messages/batches/{message_batch_id}
메시지 배치 결과 조회
GET/v1/messages/batches/{message_batch_id}/results

베타에이전트

에이전트 생성
POST/v1/agents
에이전트 조회
GET/v1/agents/{agent_id}
에이전트 업데이트
POST/v1/agents/{agent_id}
에이전트 보관
POST/v1/agents/{agent_id}/archive

베타에이전트버전

에이전트 버전 목록 조회
GET/v1/agents/{agent_id}/versions

베타환경

환경 생성
POST/v1/environments
환경 목록 조회
GET/v1/environments
환경 조회
GET/v1/environments/{environment_id}
환경 업데이트
POST/v1/environments/{environment_id}
환경 삭제
DELETE/v1/environments/{environment_id}
환경 보관
POST/v1/environments/{environment_id}/archive

베타환경작업

작업 항목 조회
GET/v1/environments/{environment_id}/work/{work_id}
작업 폴링
GET/v1/environments/{environment_id}/work/poll
작업 확인
POST/v1/environments/{environment_id}/work/{work_id}/ack
하트비트 기록
POST/v1/environments/{environment_id}/work/{work_id}/heartbeat
작업 중지
POST/v1/environments/{environment_id}/work/{work_id}/stop
작업 항목 나열
GET/v1/environments/{environment_id}/work
작업 항목 업데이트
POST/v1/environments/{environment_id}/work/{work_id}
큐 통계 가져오기
GET/v1/environments/{environment_id}/work/stats

베타세션

세션 생성
POST/v1/sessions
세션 나열
GET/v1/sessions
세션 가져오기
GET/v1/sessions/{session_id}
세션 업데이트
POST/v1/sessions/{session_id}
세션 삭제
DELETE/v1/sessions/{session_id}
세션 보관
POST/v1/sessions/{session_id}/archive

베타세션이벤트

이벤트 나열
GET/v1/sessions/{session_id}/events
이벤트 전송
POST/v1/sessions/{session_id}/events
이벤트 스트리밍
GET/v1/sessions/{session_id}/events/stream

베타세션리소스

세션 리소스 추가
POST/v1/sessions/{session_id}/resources
세션 리소스 나열
GET/v1/sessions/{session_id}/resources
세션 리소스 가져오기
GET/v1/sessions/{session_id}/resources/{resource_id}
세션 리소스 업데이트
POST/v1/sessions/{session_id}/resources/{resource_id}
세션 리소스 삭제
DELETE/v1/sessions/{session_id}/resources/{resource_id}

베타세션스레드

세션 스레드 나열
GET/v1/sessions/{session_id}/threads
세션 스레드 가져오기
GET/v1/sessions/{session_id}/threads/{thread_id}
세션 스레드 보관
POST/v1/sessions/{session_id}/threads/{thread_id}/archive

베타세션스레드이벤트

세션 스레드 이벤트 나열
GET/v1/sessions/{session_id}/threads/{thread_id}/events
세션 스레드 이벤트 스트리밍
GET/v1/sessions/{session_id}/threads/{thread_id}/stream

베타배포

배포 생성
POST/v1/deployments
배포 나열
GET/v1/deployments
배포 가져오기
GET/v1/deployments/{deployment_id}
배포 업데이트
POST/v1/deployments/{deployment_id}
배포 보관
POST/v1/deployments/{deployment_id}/archive
지금 배포 실행
POST/v1/deployments/{deployment_id}/run
배포 일시 중지
POST/v1/deployments/{deployment_id}/pause
배포 일시 중지 해제
POST/v1/deployments/{deployment_id}/unpause

베타배포 실행

배포 실행 목록 조회
GET/v1/deployment_runs
배포 실행 조회
GET/v1/deployment_runs/{deployment_run_id}

베타볼트

볼트 생성
POST/v1/vaults
볼트 목록 조회
GET/v1/vaults
볼트 조회
GET/v1/vaults/{vault_id}
볼트 업데이트
POST/v1/vaults/{vault_id}
볼트 삭제
DELETE/v1/vaults/{vault_id}
볼트 보관
POST/v1/vaults/{vault_id}/archive

베타볼트자격 증명

자격 증명 생성
POST/v1/vaults/{vault_id}/credentials
자격 증명 목록 조회
GET/v1/vaults/{vault_id}/credentials
자격 증명 조회
GET/v1/vaults/{vault_id}/credentials/{credential_id}
자격 증명 업데이트
POST/v1/vaults/{vault_id}/credentials/{credential_id}
자격 증명 삭제
DELETE/v1/vaults/{vault_id}/credentials/{credential_id}
자격 증명 보관
POST/v1/vaults/{vault_id}/credentials/{credential_id}/archive
자격 증명 검증
POST/v1/vaults/{vault_id}/credentials/{credential_id}/mcp_oauth_validate
메모리 스토어 생성
POST/v1/memory_stores
메모리 스토어 목록 조회
GET/v1/memory_stores
메모리 스토어 조회
GET/v1/memory_stores/{memory_store_id}
메모리 스토어 업데이트
POST/v1/memory_stores/{memory_store_id}
메모리 스토어 삭제
DELETE/v1/memory_stores/{memory_store_id}
메모리 스토어 보관
POST/v1/memory_stores/{memory_store_id}/archive

베타메모리 스토어메모리

메모리 생성
POST/v1/memory_stores/{memory_store_id}/memories
메모리 목록 조회
GET/v1/memory_stores/{memory_store_id}/memories
메모리 조회
GET/v1/memory_stores/{memory_store_id}/memories/{memory_id}
메모리 업데이트
POST/v1/memory_stores/{memory_store_id}/memories/{memory_id}
메모리 삭제
DELETE/v1/memory_stores/{memory_store_id}/memories/{memory_id}

베타메모리 스토어메모리 버전

메모리 버전 목록 조회
GET/v1/memory_stores/{memory_store_id}/memory_versions
메모리 버전 조회
GET/v1/memory_stores/{memory_store_id}/memory_versions/{memory_version_id}
메모리 버전 삭제 처리
POST/v1/memory_stores/{memory_store_id}/memory_versions/{memory_version_id}/redact

베타파일

파일 업로드
POST/v1/files
파일 목록 조회
GET/v1/files
파일 다운로드
GET/v1/files/{file_id}/content
파일 메타데이터 조회
GET/v1/files/{file_id}
파일 삭제
DELETE/v1/files/{file_id}

베타스킬

스킬 생성
POST/v1/skills
스킬 목록 조회
GET/v1/skills
스킬 조회
GET/v1/skills/{skill_id}
스킬 삭제
DELETE/v1/skills/{skill_id}

베타스킬버전

스킬 버전 생성
POST/v1/skills/{skill_id}/versions
스킬 버전 목록 조회
GET/v1/skills/{skill_id}/versions
스킬 버전 콘텐츠 다운로드
GET/v1/skills/{skill_id}/versions/{version}/content
스킬 버전 조회
GET/v1/skills/{skill_id}/versions/{version}
스킬 버전 삭제
DELETE/v1/skills/{skill_id}/versions/{version}

베타웹훅

Unwrap
Function
Parse Unverified
Function
사용자 프로필 생성
POST/v1/user_profiles
사용자 프로필 목록 조회
GET/v1/user_profiles
사용자 프로필 조회
GET/v1/user_profiles/{user_profile_id}
사용자 프로필 업데이트
POST/v1/user_profiles/{user_profile_id}
등록 URL 생성
POST/v1/user_profiles/{user_profile_id}/enrollment_url

베타Dream

Dream 생성
POST/v1/dreams
Dream 목록 조회
GET/v1/dreams
Dream 조회
GET/v1/dreams/{dream_id}
Dream 취소
POST/v1/dreams/{dream_id}/cancel
Dream 보관
POST/v1/dreams/{dream_id}/archive

베타터널

터널 생성
POST/v1/tunnels
터널 조회
GET/v1/tunnels/{tunnel_id}
터널 목록 조회
GET/v1/tunnels
터널 보관
POST/v1/tunnels/{tunnel_id}/archive
터널 토큰 공개
POST/v1/tunnels/{tunnel_id}/reveal_token
터널 토큰 교체
POST/v1/tunnels/{tunnel_id}/rotate_token

베타터널인증서

터널 인증서 생성
POST/v1/tunnels/{tunnel_id}/certificates
터널 인증서 조회
GET/v1/tunnels/{tunnel_id}/certificates/{certificate_id}
터널 인증서 목록 조회
GET/v1/tunnels/{tunnel_id}/certificates
터널 인증서 보관
POST/v1/tunnels/{tunnel_id}/certificates/{certificate_id}/archive

베타조직

현재 조직 조회
GET/v1/organizations/me

베타조직API 키

API 키 목록 조회
GET/v1/organizations/api_keys
API 키 조회
GET/v1/organizations/api_keys/{api_key_id}
API 키 업데이트
POST/v1/organizations/api_keys/{api_key_id}

베타조직외부 키

외부 키 생성
POST/v1/organizations/external_keys
외부 키 목록 조회
GET/v1/organizations/external_keys
외부 키 조회
GET/v1/organizations/external_keys/{external_key_id}
외부 키 업데이트
POST/v1/organizations/external_keys/{external_key_id}
외부 키 삭제
DELETE/v1/organizations/external_keys/{external_key_id}
외부 키 검증
POST/v1/organizations/external_keys/{external_key_id}/validate

베타조직페더레이션발급자

페더레이션 발급자 생성
POST/v1/organizations/federation_issuers
페더레이션 발급자 목록 조회
GET/v1/organizations/federation_issuers
페더레이션 발급자 조회
GET/v1/organizations/federation_issuers/{federation_issuer_id}
페더레이션 발급자 업데이트
POST/v1/organizations/federation_issuers/{federation_issuer_id}
페더레이션 발급자 보관
POST/v1/organizations/federation_issuers/{federation_issuer_id}/archive

베타조직페더레이션규칙

페더레이션 규칙 생성
POST/v1/organizations/federation_rules
페더레이션 규칙 목록 조회
GET/v1/organizations/federation_rules
페더레이션 규칙 조회
GET/v1/organizations/federation_rules/{federation_rule_id}
페더레이션 규칙 업데이트
POST/v1/organizations/federation_rules/{federation_rule_id}
페더레이션 규칙 보관
POST/v1/organizations/federation_rules/{federation_rule_id}/archive

베타조직페더레이션규칙워크스페이스

페더레이션 규칙 워크스페이스 추가
POST/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 목록 조회
GET/v1/organizations/federation_rules/{federation_rule_id}/workspaces
페더레이션 규칙 워크스페이스 제거
DELETE/v1/organizations/federation_rules/{federation_rule_id}/workspaces/{workspace_id}

베타조직초대

초대 생성
POST/v1/organizations/invites
초대 목록 조회
GET/v1/organizations/invites
초대 조회
GET/v1/organizations/invites/{invite_id}
초대 삭제
DELETE/v1/organizations/invites/{invite_id}

베타조직서비스 계정

서비스 계정 생성
POST/v1/organizations/service_accounts
서비스 계정 목록 조회
GET/v1/organizations/service_accounts
서비스 계정 조회
GET/v1/organizations/service_accounts/{service_account_id}
서비스 계정 업데이트
POST/v1/organizations/service_accounts/{service_account_id}
서비스 계정 보관
POST/v1/organizations/service_accounts/{service_account_id}/archive

베타조직서비스 계정워크스페이스

서비스 계정에 워크스페이스 추가
POST/v1/organizations/service_accounts/{service_account_id}/workspaces
서비스 계정의 워크스페이스 목록 조회
GET/v1/organizations/service_accounts/{service_account_id}/workspaces
서비스 계정에서 워크스페이스 제거
DELETE/v1/organizations/service_accounts/{service_account_id}/workspaces/{workspace_id}

베타조직사용자

사용자 목록 조회
GET/v1/organizations/users
사용자 조회
GET/v1/organizations/users/{user_id}
사용자 업데이트
POST/v1/organizations/users/{user_id}
사용자 제거
DELETE/v1/organizations/users/{user_id}

베타조직워크스페이스

워크스페이스 목록 조회
GET/v1/organizations/workspaces
워크스페이스 생성
POST/v1/organizations/workspaces
워크스페이스 조회
GET/v1/organizations/workspaces/{workspace_id}
워크스페이스 업데이트
POST/v1/organizations/workspaces/{workspace_id}
워크스페이스 보관
POST/v1/organizations/workspaces/{workspace_id}/archive

베타조직워크스페이스속도 제한

워크스페이스 속도 제한 목록 조회
GET/v1/organizations/workspaces/{workspace_id}/rate_limits

베타조직워크스페이스멤버

워크스페이스 멤버 목록 조회
GET/v1/organizations/workspaces/{workspace_id}/members
워크스페이스 멤버 생성
POST/v1/organizations/workspaces/{workspace_id}/members
워크스페이스 멤버 조회
GET/v1/organizations/workspaces/{workspace_id}/members/{user_id}
워크스페이스 멤버 업데이트
POST/v1/organizations/workspaces/{workspace_id}/members/{user_id}
워크스페이스 멤버 삭제
DELETE/v1/organizations/workspaces/{workspace_id}/members/{user_id}

베타조직워크스페이스서비스 계정

서비스 계정 워크스페이스 멤버 목록 조회
GET/v1/organizations/workspaces/{workspace_id}/service_accounts
서비스 계정 워크스페이스 멤버 생성
POST/v1/organizations/workspaces/{workspace_id}/service_accounts
서비스 계정 워크스페이스 멤버 조회
GET/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
서비스 계정 워크스페이스 멤버 업데이트
POST/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}
서비스 계정 워크스페이스 멤버 삭제
DELETE/v1/organizations/workspaces/{workspace_id}/service_accounts/{service_account_id}

베타조직속도 제한

조직 속도 제한 목록 조회
GET/v1/organizations/rate_limits

베타조직컴플라이언스 설정

컴플라이언스 설정 가져오기
GET/v1/organizations/compliance_settings
컴플라이언스 설정 업데이트
POST/v1/organizations/compliance_settings