Skip to content
Quickstart

Documentation

Documentation is the durable reference layer for vespid.ai: the parts of the project that should still make sense after launch notes and one-off debates stop being enough.

3 core references The docs stay intentionally small so every page explains something structural about the contract or gateway model.
1 local demo path Everything routes back to the same ordinary-HTTP quickstart instead of diverging into adapter-specific setup guides.
1 contribution surface Support and feedback should start from reproducible contract or runtime questions, not abstract “agent platform” requests.
Reading path
Start with quickstart

Read Vespid quickstart first for the smallest useful local workflow.

Then read the model

Use Contract and gateway model to make sure the contract surface and runtime semantics stay aligned.

Then return to the repo

Move back to vespid whenever you need the public code surface behind the documentation.

Operating rules
Rule
Stable

Ordinary HTTP first

The supported v0.1 agent path is generic HTTP through the gateway runtime, not a new framework-specific client surface.

Rule
Stable

The contract is canonical

The service manifest, OpenAPI document, and x-agent-* extensions define what downstream adapters are allowed to project.

Rule
Stable

Gateway enforcement stays in band

Authorization, approval, task resume, artifacts, and audit should stay visible in the runtime path instead of being hidden behind adapter magic.

Rule
Stable

Adapters come later

MCP, skills, actions, A2A, and UI projections can exist later, but they have to inherit the same contract and gateway semantics.