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.
- Create an API key. Open the identity portal, create a project, and mint a key scoped to the capabilities you need.
- Set the base URL. Use the capability's base path — identity, speech, gateway, billing, and retrieval each publish their own OpenAPI document.
- 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
- Read the capability guides for the services you plan to use.
- Check the API reference for exact schemas and error codes.
- See where the platform runs: the topology page.