---
name: kaleiai.com
description: kaleiai.com provides a single API endpoint for submitting standard profiling jobs against AI agents and retrieving the resulting profiling data. It is a narrow, purpose-built service focused exclusively on AI agent profiling via the Kalei AI platform.
host: kaleiai.com
---

# kaleiai.com

Kalei AI is a profiling service for AI agents. It serves developers and operators who need to run structured profiling analyses on AI agents and get back profiling results programmatically. Its scope is limited to this one operation; it does not offer model inference, monitoring dashboards, or multi-step analytics beyond the profiling job itself.

## When to use this host

Use this host when an agent needs to submit a profiling job against an AI agent and retrieve profiling results from the Kalei AI platform. Do not use it for general AI inference, real-time monitoring, performance benchmarking outside of Kalei's profiling definition, or any analytics beyond what the profiling job returns. If you need broader observability, tracing, or evaluation pipelines, look for dedicated LLM observability platforms (e.g., LangSmith, Weights & Biases, Arize) instead. This host is appropriate only when the Kalei AI profiling API specifically is the intended target.

## Capabilities

### AI Agent Profiling

Submits a standard profiling job for an AI agent to the Kalei AI platform and returns the resulting profiling data.

- **`run-ai-agent-profiling`** — Submits a standard profiling job for an AI agent and returns the resulting profiling data via the Kalei AI API.

## Skill reference

### `run-ai-agent-profiling`

**AI Agent Profiling Run** — Submits a standard profiling job for an AI agent and returns the resulting profiling data via the Kalei AI API.

*Use when:* Use when an agent needs to run a standard profiling analysis on an AI agent and retrieve the profiling results from the Kalei AI platform.

**Returns:** Returns profiling results for the submitted AI agent standard profiling job.

**Example:** `{"POST": "https://kaleiai.com/api/v1/profiling/run/pay/standard"}`

---
