Skip to main content
BeeOS publishes two related Python packages: Both target the Platform OpenAPI at https://openapi.beeos.ai. They do not wrap the separate A2A or MCP protocols.

Install

The beeos package installs a compatible beeos-sdk dependency. Install beeos-sdk directly only when generated-client imports are preferred. Application deployments should pin the resolved versions in their lockfile. The documentation intentionally does not hard-code patch versions, so package releases do not require a documentation-only update.

Configure

Authentication uses the same user JWT or oag_ User API Key as the other OpenAPI SDKs.

Create an async task

Use beeos.sdk for the complete generated API and model surface. The equivalent direct imports are available from beeos_sdk:

Generation and compatibility

beeos-sdk is generated from the same beeos-platform-v1.yaml contract as the TypeScript and Go clients. Generated classes and method names may change when the OpenAPI contract has a breaking release; use the official beeos facade for the stable top-level imports.