APITutorial

Wire your first agent in minutes

A calm JSON catalog, a slug, and one install path — how the REST surface stays tiny on purpose.

· 4 min read · vAIbee Labs

Start at GET /api/v1/agents to see the public catalog. Each listing exposes metadata you can render in your own UI or CLI.

Pick a slug, open the store listing for human context, then call GET /api/v1/agents/:slug when you need the canonical record.

Installs are evolving toward authenticated tokens; today the demo endpoint returns a placeholder so you can sketch webhooks before production auth lands.