galtea

Manage Galtea REST API interactions for products, versions, evaluations, and traces.

1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/Galtea-AI/skills --skill galtea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: galtea
Source: https://github.com/Galtea-AI/skills/tree/main/skills/galtea
Command: npx skills add https://github.com/Galtea-AI/skills --skill galtea

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Galtea users need a guided way to authenticate, discover platform docs, and orchestrate end-to-end evaluations against AI products using a single, coherent automation layer.

Core Features & Use Cases

  • Authenticate and securely manage Galtea API keys.
  • Discover up-to-date docs and endpoint references.
  • Orchestrate end-to-end evaluation workflows (fromVersion/fromSession/fromInferenceResult) and wire a product into Galtea for automated testing.
  • Monitor evaluations and inspect sessions, traces, and results.

Quick Start

Install the galtea skill and authenticate with your Galtea API key, then ask it to run a full evaluation for a product version.

Frequently Asked Questions about galtea

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run automated AI evaluations using REST API endpoints?

Automated AI evaluations via REST API are executed by routing workflows from a product version, session, or inference result through endpoints to inspect metrics, traces, and results.

What is needed to authenticate and manage API keys for automated testing?

API key authentication requires obtaining a valid Galtea key and securely configuring it within your automation layer to authorize REST API interactions for testing workflows.

How do I wire my AI product into an automated testing workflow?

Wiring an AI product into automated testing involves creating products and versions via REST API, specifying endpoints, and orchestrating evaluation workflows to monitor sessions and inference results.

Can I discover API documentation and OpenAPI specifications dynamically?

Yes, API documentation and OpenAPI specifications can be discovered dynamically by referencing up-to-date docs and endpoint references through the automation layer for REST API interactions.

How do I inspect evaluation sessions and inference traces?

Evaluation sessions and inference traces are inspected by monitoring workflows via REST API, retrieving session data, inference results, and traces to analyze AI product performance.