Python SDK
Official Python client
Installation
bash
pip install plp-sdkUsage
python
from plp import PLPClient
client = PLPClient(
base_url="https://api.echostash.com",
api_key=os.environ["API_KEY"]
)
prompts = client.list_prompts()
prompt = client.get_prompt("my-prompt")