베타
Models
베타메시지
메시지 생성
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
에이전트 조회
GET/v1/agents/{agent_id}
에이전트 업데이트
POST/v1/agents/{agent_id}
에이전트 보관
POST/v1/agents/{agent_id}/archive
베타에이전트버전
에이전트 버전 목록 조회
GET/v1/agents/{agent_id}/versions
베타환경
베타환경작업
작업 항목 조회
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/{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/{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/{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/{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
베타조직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/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/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