> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bevor.io/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK

> Embed Bevor into internal tooling, services, and custom agents

<Warning>
  The Bevor SDK is coming soon and is not published for installation. Examples are interface previews and should not be run yet.
</Warning>

# Typed access to the Bevor platform

The SDK is designed for teams that want Bevor inside existing Python systems without managing raw HTTP requests. Async and synchronous clients expose the same resource-oriented interface.

```bash Preview — do not run theme={null}
# Coming soon; the package is not publicly installable.
# pip install bevor-security-sdk
```

## Build with shared security context

Use SDK resources for analyses, chats, findings, remediations, summaries, and code versions. Internal tools and custom agents operate on the same records visible through the Dashboard, CLI, API, and CI/CD.

<Card title="Python SDK reference" icon="python" href="/sdk-reference/python/overview">
  Preview the generated client methods, parameters, return types, and resource structure.
</Card>
