Skytells /
python-sdk
Official Python SDK for Skytells AI platform. Run image, video, audio, music, text, and code models with a single function call.
Loading repository data…
MayBind / repository
Official SDK for the Maybind Digital Twin Platform — interact with AI twins via a powerful API.
Official SDK for Maybind Digital Twin Platform
Build and interact with AI digital twins through our comprehensive API
Maybind lets anyone create a personalized Digital Twin through a short conversation, and unlocks meaningful, simulation-driven experiences while enabling developers to build and share Twin-powered services within a privacy-first platform.
✅ Available Now
🚧 Coming Soon
maybind-sdk/
├── 📄 README.md # Overview and quick start
├── 📁 openapi/ # API specifications
├── 📁 scripts/ # Development tools
└── 📁 sdk/ # Multi-language SDKs
└── python/ # 🐍 Python SDK
├── 📄 README.md # Complete Python guide
├── 📄 setup_quick.py # Interactive setup
├── 📁 examples/ # Working examples
└── 📁 tests/ # Test suite
Ready to build with AI twins? Get your API key and jump to Quick Start ⬇️
# Chat with an AI twin in 3 lines
api = DefaultApi() # Auto-configured with .env
response = api.chat_chat_post(ChatRequest(twin_id="01", messages=[...]))
print(response.messages[-1]['text']) # Twin's response
Get your API key from Maybind Developer Dashboard:
# Set your API key
export MAYBIND_API_KEY="your_api_key_here"
# 1. Clone and setup
git clone https://github.com/Maybind/maybind-sdk.git
cd maybind-sdk/sdk/python
# 2. Run quick setup (interactive configuration)
python setup_quick.py
# 3. Test with examples
python examples/example_chat.py
The setup_quick.py script will:
.env configuration file📖 Complete Python guide: sdk/python/README.md
| Language | Status | Documentation | Examples |
|---|---|---|---|
| Python | ✅ Ready | sdk/python/README.md | examples/ |
| JavaScript | 🚧 Coming Soon | - | - |
| Go | 🚧 Coming Soon | - | - |
📘 Full API reference (Swagger): https://maybind.github.io/maybind-sdk/swagger/
We welcome contributions! Here's how to get started:
git checkout -b feature/your-feature-namegit commit -m 'Add: your feature description'git push origin feature/your-feature-nameBranch examples: feature/javascript-sdk, bugfix/api-timeout, docs/quickstart-guide
./scripts/generate_sdk.sh # Unix/Linux/macOS
scripts\generate_sdk.bat # Windows
OpenAPI spec: openapi/maybind-api.yaml
MIT License - see LICENSE file for details.
🌟 Star us on GitHub | 🌐 Visit Maybind.com
Building the future of digital twins 🤖✨
Selected from shared topics, language and repository description—not editorial ratings.
Skytells /
Official Python SDK for Skytells AI platform. Run image, video, audio, music, text, and code models with a single function call.
polyvia-ai /
Official Python SDK for the Polyvia AI platform.
CoreNovus /
Official Convilyn author SDK for Python — build & host tool servers and author workflow specs for the Convilyn AI platform. Public mirror of the monorepo SSOT. PyPI: convilyn-author.
genispace /
Official JavaScript/TypeScript SDK for GeniSpace AI Platform
Chordian-Ai /
Official Python SDK for the Chordian AI platform
Strand-AI /
Official Python client for the Strand AI Platform