Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,18 @@ Three products that work together to secure the agent economy:

[:octicons-arrow-right-24: CLI Reference](reference/cli/index.md)

- :material-language-python:{ .lg .middle } **CapiscIO SDK**
- :material-language-python:{ .lg .middle } **Agent Guard**

---

**Runtime security** — Sign requests, verify badges, enforce trust in your code.
**Runtime security** — Sign requests, verify badges, enforce trust in your A2A agents.

```python
from capiscio_sdk import SimpleGuard
guard = SimpleGuard(dev_mode=True)
```

[:octicons-arrow-right-24: Python SDK](reference/sdk-python/index.md)
[:octicons-arrow-right-24: Agent Guard](reference/sdk-python/index.md)

- :material-shield-check:{ .lg .middle } **MCP Guard**

Expand Down
8 changes: 4 additions & 4 deletions docs/reference/sdk-python/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: Python SDK Reference
description: Complete API reference for capiscio-sdk (auto-generated from source)
title: Agent Guard — Python SDK Reference
description: Complete API reference for capiscio-sdk (Agent Guard) — runtime identity and trust enforcement for A2A agents.
---

# Python SDK Reference
# Agent Guard — Python SDK Reference

Complete API reference for the `capiscio-sdk` Python package.
Complete API reference for the `capiscio-sdk` Python package (Agent Guard).

!!! info "Auto-Generated Documentation"
This reference is automatically generated from the SDK source code docstrings.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ nav:
- CLI Reference: reference/cli/index.md
- Go API: reference/go-api.md
- gRPC Services: reference/grpc.md
- CapiscIO SDK:
- Agent Guard:
- reference/sdk-python/index.md
- Badge: reference/sdk-python/badge.md
- SecurityConfig: reference/sdk-python/config.md
Expand Down