Skip to main content

What you will learn

This section provides reference material for developers integrating with or operating Clavion. It is organized for lookup, not for learning — see Concepts for explanations and Guides for walkthroughs.

REST API

All endpoints with request/response schemas and curl examples.

TxIntent Schema

The declarative transaction format used by all adapters.

SkillManifest Schema

Skill packaging format for the sandbox registry.

Configuration

Environment variables, PolicyConfig, and programmatic options.

Error Codes

HTTP error shapes, status codes, and recovery guidance for every endpoint.

Base URL

All API endpoints are served at:
http://127.0.0.1:3100
The API is bound to localhost only. See ADR-004 for the rationale.

Authentication

No authentication is required. Access control is enforced by the localhost binding (only local processes can connect) and the approval token mechanism (fund-affecting operations require human confirmation).