RagaAI
companyOpenness profile
1 product on the map — 1 closed.
Openness
1 high confidence- license
- Apache-2.0(covers only the ragaai-catalyst client library, not the platform it talks to)
- source
- closed(the observability/eval platform (project, dataset, trace and prompt storage, evaluation execution) runs at catalyst.raga.ai
- platform
- proprietary-SaaS(every class in the README requires an access_key/secret_key issued by the hosted platform)
- self-host
- no(no server, dashboard or docker-compose file anywhere in the repository)
The repository is a well-featured client SDK - project, dataset, evaluation, trace, prompt, synthetic-data and guardrail management - but every one of those calls authenticates against catalyst.raga.ai and none of the platform it talks to is published. A full recursive tree search found no docker, compose, server, backend or dashboard path, so there is no self-host route - this is the LangSmith/PromptLayer shape, an open client over a closed hosted product, not the Helicone/Opik shape where the whole stack ships.
- https://raw.githubusercontent.com/raga-ai-hub/RagaAI-Catalyst/main/LICENSE recorded 2026-09-02
Apache License, Version 2.0 full text, the sole license file in the repository. It covers this client library, not the hosted platform it authenticates against.
- https://raw.githubusercontent.com/raga-ai-hub/RagaAI-Catalyst/main/README.md recorded 2026-09-02
The Configuration section: "Before using RagaAI Catalyst, you need to set up your credentials" via `access_key`, `secret_key` and `base_url`, with the note "Authentication to RagaAICatalyst is necessary to perform any operations below." Every subsequent usage example (Project, Dataset, Evaluation, Trace and Prompt Management) instantiates against that authenticated client.
- https://api.github.com/repos/raga-ai-hub/RagaAI-Catalyst/git/trees/main?recursive=1 recorded 2026-09-02
The whole repository tree, 284 paths, truncated:false. Searched for docker, compose, self-host, server, backend and dashboard paths: none exist. The only license-related path is the root LICENSE file (Apache-2.0).