Skip to main content

Generative AI

Zeta Alpha agents combine retrieval-augmented generation with tool use, memory, and multi-agent orchestration. There are two ways to work with them, depending on what you need.

Configure Agents

Define agent behavior through JSON configuration: search tools, instructions, skills, memory, and sub-agents. No application code required for most use cases.

Start here if you want to:

  • Create or customize agents for your domain
  • Configure what tools, memory, and instructions an agent uses
  • Deploy agents to the Zeta Alpha platform
  • Test and debug agent behavior locally

Getting Started

Chat API

Call deployed agents from your application through REST or streaming endpoints. Send messages, pass context, and handle responses.

Start here if you want to:

  • Integrate agent conversations into your product
  • Use the streaming or REST Chat API
  • Pass custom context or handle function call requests

Getting Started with the Chat API