Skip to content

Commit 26eba07

Browse files
docs: add comprehensive SDK documentation (10 new guides)
Major expansion of Claude Code SDK documentation: NEW FEATURES: • Custom Tools - Build in-process MCP servers with type-safe tools • MCP Integration - HTTP/SSE/stdio server configuration • Subagents - Context management and parallelization • Sessions & Permissions - Fine-grained control system • Todo Tracking - Built-in task management • Slash Commands - Custom command creation • Cost Tracking - Usage monitoring and controls • Streaming vs Single Mode - Input mode best practices SIGNIFICANCE: Transforms Claude Code from CLI tool to full development platform. SDK now supports building production agents with: - Context management via subagents - Custom tool ecosystems via MCP - Enterprise controls via permissions - Cost monitoring and limits Downloads increased from 41→51 files, indicating major platform expansion. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 138a50f commit 26eba07

17 files changed

Lines changed: 6602 additions & 2424 deletions

content/.metadata.json

Lines changed: 249 additions & 929 deletions
Large diffs are not rendered by default.

content/claude-code-docs/amazon-bedrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ Claude Code uses the Bedrock [Invoke API](https://docs.aws.amazon.com/bedrock/la
202202
* [Bedrock documentation](https://docs.aws.amazon.com/bedrock/)
203203
* [Bedrock pricing](https://aws.amazon.com/bedrock/pricing/)
204204
* [Bedrock inference profiles](https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html)
205-
* [Claude Code on Amazon Bedrock: Quick Setup Guide](https://community.aws/content/2tXkZKrZzlrlu0KfH8gST5Dkppq/claude-code-on-amazon-bedrock-quick-setup-guide)
205+
* [Claude Code on Amazon Bedrock: Quick Setup Guide](https://community.aws/content/2tXkZKrZzlrlu0KfH8gST5Dkppq/claude-code-on-amazon-bedrock-quick-setup-guide)- [Claude Code Monitoring Implementation (Bedrock)](https://github.com/aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock/blob/main/assets/docs/MONITORING.md)

content/claude-code-docs/api/admin-api/claude-code/get-claude-code-usage-report.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ paths:
115115
- page_MjAyNS0wNS0xNFQwMDowMDowMFo=
116116
- null
117117
title: GetClaudeCodeUsageReportResponse
118+
refIdentifier: '#/components/schemas/GetClaudeCodeUsageReportResponse'
118119
requiredProperties:
119120
- data
120121
- has_more
@@ -218,6 +219,7 @@ paths:
218219
title: Type
219220
default: error
220221
title: ErrorResponse
222+
refIdentifier: '#/components/schemas/ErrorResponse'
221223
requiredProperties:
222224
- error
223225
- request_id

content/claude-code-docs/monitoring-usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,3 +501,7 @@ For a comprehensive guide on measuring return on investment for Claude Code, inc
501501
* Telemetry is opt-in and requires explicit configuration
502502
* Sensitive information like API keys or file contents are never included in metrics or events
503503
* User prompt content is redacted by default - only prompt length is recorded. To enable user prompt logging, set `OTEL_LOG_USER_PROMPTS=1`
504+
505+
## Monitoring Claude Code on Amazon Bedrock
506+
507+
For detailed Claude Code usage monitoring guidance for Amazon Bedrock, see [Claude Code Monitoring Implementation (Bedrock)](https://github.com/aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock/blob/main/assets/docs/MONITORING.md).

0 commit comments

Comments
 (0)