Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.clavata.ai/llms.txt

Use this file to discover all available pages before exploring further.

Python

  • Package: clavata-sdk
  • Installation:
pip install clavata-sdk
  • Repository: Available on PyPI.
The Python SDK enables developers to interact with Moonbounce’s API using Pythonic constructs, simplifying tasks such as job submission and policy management.

Labels v2 Evaluation

Labels v2 evaluation is currently beta and exposed through the beta namespace:
response = await client.beta.evaluate_labels(request=EvaluateLabelsRequest(
    content=ContentData(text="Text to evaluate"),
    label_version_ids=["label-version-id-1", "label-version-id-2"],
    threshold=0.5,
))
Request and response type names remain stable, including EvaluateLabelsRequest and EvaluateLabelsResponse.

We’d Love to Hear From You

Whether you have a suggestion, feedback, or a bug to report, here are the best ways to get in touch:
  • In the App: Use the Feedback button for direct suggestions.
  • On Slack: Reach out to the team in your shared channel.
  • With your AM: Talk to your dedicated account manager.
  • Via Email: Send a message to support@moonbounce.io.
  • Security, availability, or other incidents: Use the in-app Feedback button or email support@moonbounce.io. See Customer Feedback for what to include.