Python SDK for Claro by Bayt OS
Project description
Claro Python SDK
Official Python SDK for Claro, part of Bayt OS - The Collaborative Intelligence platform.
📚 Documentation
Complete documentation is available at docs.baytos.ai
Quick Install
pip install baytos-claro
Quick Example
from baytos.claro import BaytClient
import os
# Initialize client
client = BaytClient(api_key=os.getenv("BAYT_API_KEY"))
# Get a prompt
prompt = client.get_prompt("@workspace/my-prompt:v1")
# Use it with your LLM
print(prompt.generator)
Get Started
- Get your API key from Claro
- Read the quickstart guide
- Explore examples
Documentation Links
- Installation Guide - Setup and requirements
- Quickstart - Your first API call
- Working with Prompts - Core concepts
- API Reference - Complete SDK reference
- Examples - Production-ready code
- Error Handling - Robust patterns
- Advanced Features - Performance optimization
Support
- Documentation: docs.baytos.ai
- Email: support@baytos.ai
- Platform: claro.baytos.ai
License
Copyright © 2025 Bayt, Inc. All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
baytos_claro-0.0.1.tar.gz
(33.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file baytos_claro-0.0.1.tar.gz.
File metadata
- Download URL: baytos_claro-0.0.1.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8ef2e5e308345ad6d0ca6aa349855211b11f2b24ce092464dc07f70e36e2d5b
|
|
| MD5 |
6e12aa22056f8cf9f268e648e6f8d0af
|
|
| BLAKE2b-256 |
5d7d4d1b34853a463f564823edff789ce1d0fe5f143a9d09fc0d82447f1cacf2
|
File details
Details for the file baytos_claro-0.0.1-py3-none-any.whl.
File metadata
- Download URL: baytos_claro-0.0.1-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e95ed65965e0f8c848ec250bde3a4d166a91d8871e013570311e5813bdb65808
|
|
| MD5 |
b10727a42564c2afc6311a2d8867a918
|
|
| BLAKE2b-256 |
046577f4474f9cab271d08722c87e9c97a8ec3b4be39f5b7fe25170cf6c96504
|