Elizon Docs

Introduction

Welcome to Elizon API documentation.

Elizon is an AI agent marketplace for European SMBs — businesses discover, configure, and run AI agents built on top of large language models, without writing any orchestration code themselves.

What the Public API enables

The Elizon Public API lets you manage and run agents programmatically from your own application: create and update agents, list what's available in your organization, and execute them in whichever mode fits your use case — a blocking request/response call, a live token stream, or a fire-and-forget background job you poll for a result.

Base URL

https://api.elizon.com/api/v1

Every endpoint in this reference is relative to that base URL. In local development, substitute http://localhost:3001/api/v1 (the api-gateway service listens on port 3001, not 3000).

Versioning

v1 is stable. Breaking changes — removing a field, changing a field's type, changing error semantics — will ship as a new version (v2) rather than mutating v1 in place. Additive, backward-compatible changes (new optional fields, new endpoints) may land in v1 at any time.

Where to go next

  1. Authentication — generate an API key and make your first authenticated request.
  2. Quickstart — a five-step walkthrough from API key to a running agent.
  3. API Reference — every endpoint, with request/response shapes and error codes.