Docs

Getting started

Make your first call

The platform exposes capabilities over HTTPS at https://api.vagarylife.com/v1. Every capability authenticates with an API key minted in the identity portal.

  1. Create an API key. Open the identity portal, create a project, and mint a key scoped to the capabilities you need.
  2. Set the base URL. Use the capability's base path — identity, speech, gateway, billing, and retrieval each publish their own OpenAPI document.
  3. Make a request. Send the key in the Authorization: Bearer header and verify the response envelope.
Keys are scoped and revocable per project. Rotate on suspicion; never ship a key in client-side code.

Next