Thanks to visit codestin.com
Credit goes to github.com

Skip to content

griptape-ai/griptape-cloud-python-client

Repository files navigation

Griptape Cloud Python Client

Auto-generated Python client for the Griptape Cloud API.

About Griptape Cloud

Griptape Cloud is a managed platform for building and scaling AI applications, providing:

  • RAG Pipelines: Connect data sources, manage data lakes, and build knowledge bases
  • Code Hosting: Deploy Python code from Griptape Framework or other LLM frameworks as "Structures"
  • Agent Tools: Extend agent capabilities with custom tools for service calls and logic
  • Configuration Management: Control LLM behavior with Rules, Rulesets, and persistent conversation Threads
  • Full API Access: Comprehensive REST API for all platform features

Installation

Using uv

Add to your pyproject.toml:

[tool.uv.sources]
griptape-cloud-client = { git = "https://github.com/griptape-ai/griptape-cloud-python-client", rev = "main" }

Using pip

pip install git+https://github.com/griptape-ai/griptape-cloud-python-client.git@main

Usage

from griptape_cloud_python_client import AuthenticatedClient

client = AuthenticatedClient(base_url="https://cloud.griptape.ai/api", token="<your_api_key>")

# Use the client to interact with Griptape Cloud APIs
# See API Reference for available endpoints

Documentation

Development

This client is automatically generated from the Griptape Cloud OpenAPI specification.

Regenerating the Client

make gen/sdk

License

See LICENSE file for details.

About

Python client for Griptape Cloud APIs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published