AI agents running in customer business workflows each month
faster to build production agents
API로 업계 최고 수준의 AI 모델을 활용해 새로운 사용자 경험, 제품, 업무 방식을 구현해 보세요.
미국에서 실행해야 하는 워크로드의 경우, 입력 및 출력 토큰 기준 1.1배의 요금으로 미국 전용 추론을 사용할 수 있습니다. 더 알아보기.
Opus 4.8의 패스트 모드를 사용하면 표준 요금의 2배로 최대 2.5배 빠른 처리 속도를 경험할 수 있습니다. 더 알아보기.
프롬프트 캐싱 가격은 5분 TTL을 기준으로 적용됩니다. 확장된 프롬프트 캐싱에 대해 알아보세요.
엔터프라이즈급 제어 기능으로 액세스를 관리할 수 있으며, 귀사의 데이터가 모델 훈련에 사용하지 않으므로 안심하셔도 됩니다.
프롬프트 캐싱
Claude에게 충분한 배경 정보와 예시 출력을 제공하여 비용 및 지연 시간을 줄일 수 있습니다.
컨텍스트 편집
토큰 한도에 가까워지면, 컨텍스트 창에서 관련성이 낮은 도구 호출과 결과를 자동으로 지울 수 있습니다.
MCP 커넥터
클라이언트 코드를 작성하지 않고도 Claude를 원격 MCP 서버에 연결할 수 있습니다.
코드 실행
API 호출 내에서 Python 코드를 실행하고, 시각화를 생성하며, 데이터를 직접 분석할 수 있습니다.
Claude Managed Agents
대규모 에이전트를 구축 및 배포할 수 있도록 구성 가능한 API 제품군.
메모리
Claude가 전용 메모리 파일에 정보를 저장하고 참조하도록 설정할 수 있습니다.
고급 도구 사용
Claude가 수백 가지 외부 도구 및 API와 상호작용하도록 설정하면 더 폭넓은 작업을 수행할 수 있습니다.
웹 검색 및 가져오기
웹 전반의 최신 실제 데이터를 활용해 Claude의 지식을 보강할 수 있습니다.
일괄 처리
대규모 요청을 비동기 방식으로 처리하고 비용을 50% 절감할 수 있습니다.
인용
Claude는 응답 생성에 사용된 문장 및 단락에 대해 자세한 참조 정보를 제공하여, 결과의 검증 가능성과 신뢰성을 높입니다.
AI agents running in customer business workflows each month
faster to build production agents
Build and deploy long-running agents at scale.

Credentials stay out of the sandbox, encryption is built in, and state persists automatically.
Session tracing records what every agent did and why, with built-in analytics to improve agent performance.
The underlying harness is optimized for Claude. As the model improves, your agents improve with it.
Extend and customize what Claude can do.
Connect Claude to your tools and data through the open standard for AI integrations.
Teach Claude your expertise, procedures, and best practices through pre-built or customizable skills.
Agents remember across sessions, keeping memory files on your infrastructure.




Use your existing Anthropic commitment to pay for Claude-powered solutions from our partners.
Controls and safeguards for your data.
Gives eligible customers the privacy of zero data retention (ZDR) along with state-of-the-art safeguards for detecting misuse.
On your cloud provider, choose where your data is stored and where requests are processed, with regions in Asia-Pacific, Canada, Europe, and the United States.
By default, Anthropic does not use customer data from commercial deployments to train Claude.
Build directly on the Claude Platform, with enterprise security and support built in. Or use Claude in the cloud you already use, including Amazon Web Services, Google Cloud, or Microsoft Foundry.
Process large volumes of requests asynchronously and save 50% on costs.
Give Claude background knowledge and examples to reduce costs by up to 90%.
Choose how hard Claude works on a task.
Faster, affordable models call more intelligent models to evaluate plans or work to improve performance.
For Quora, batch processing provides cost savings while also reducing the complexity of running a large number of queries that don't need to be processed in real time.
Claude의 강력한 AI 기능을 앱에 통합해 프로덕션급 솔루션을 더 빠르게 제공할 수 있습니다.
너는 고객 지원 티켓을 분류하는 데 특화된 AI 어시스턴트야. 너의 임무는 제공된 티켓 내용을 분석한 뒤, 사전 정의된 목록 중 가장 적절한 카테고리에 티켓을 할당하는 거야. 또한 분류 결정에 대한 근거를 제시해야 해.
먼저, 사용 가능한 카테고리를 확인해:
<category_list>
{{CATEGORY_LIST}}
</category_list>
이제 분류해야 하는 지원 티켓의 내용은 다음과 같아:
<ticket_content>
{{TICKET_CONTENT}}
</ticket_content>
다음 단계를 따라 작업을 수행해야 해:
– 티켓 내용을 주의 깊게 읽고 분석한다.
– 해당 내용이 각 카테고리와 어떻게 연관되는지 고려한다.
– 티켓에 가장 적합한 카테고리를 선택한다.
– 추론 프로세스를 자세히 설명한다.
응답 시 다음 구조를 사용해 줘:
<classification_analysis>
이 섹션에서는 사고 프로세스를 다음과 같이 세분화해야 해:
– 티켓 내용 중 가장 유의미한 부분들을 인용한다.
– 각 카테고리를 나열하고 티켓 내용과의 연관성을 기술한다.
– 각 카테고리에 대해, 티켓을 분류할 수 있는 이유와 그렇지 않은 이유를 제시한다.
– 가장 가능성이 높은 상위 3개 카테고리를 순위별로 제시한다.
</classification_analysis>
<classification>
<category>선택한 카테고리를 여기에 기재</category>
<reasoning>이 카테고리를 선택한 이유를 간결하게 요약</reasoning>
</classification>
분석은 철저히 하고, 설명은 명확하게 작성해. 너의 목표는 충분한 근거를 바탕으로 정확한 분류를 제시하는 거야.
Prototype prompts, upload skills and files, configure your agents.
Run agents on hosted environments with vaults and memory.
Track usage, cost, caching, and rate limits by model and by API key.
Control API keys, members, token limits, and security per workspace.
개발자 뉴스레터 구독
제품 업데이트, 사용 방법, 커뮤니티 스포트라이트 등 다양한 소식을 전해드립니다. 매달 이메일로 받아보세요.