This guide provides comprehensive documentation for the Catalyzed platform's agent API suite, including agents, configuration versions, and execution management.

Overview

The agent API suite consists of three interconnected services:

For authentication, rate limits, pagination, and other common API patterns, see the REST API Documentation.

Base Configuration

Base URL: https://platform-api.us.catalyzed.ai

Example Setup:

api_token="your_api_token_here"
team_id="your_team_id_here"

Core Concepts

Agent Lifecycle

  1. Create Agent - Establish agent metadata and permissions
  2. Define Configuration - Create configuration version with instructions, input/output schemas, and LLM settings
  3. Test Agent - Create executions with sample inputs to validate behavior
  4. Deploy & Monitor - Use in production and monitor execution results

Configuration Versioning

Agents use a versioning system for configurations: