REST API reference launched
The Oviond REST API reference is now live on Mintlify — the full endpoint catalog across clients, projects, widgets, data sources, automations, and public share links, auto-generated from the backend’s OpenAPI spec and kept in sync on every release.- Interactive Try it console against
https://api.oviond.com - Bearer-token authentication via API keys from Settings → API keys
- Grouped by domain: Account, Clients, Projects, Data sources, Automations, Public, and more
Model Context Protocol support
Connect AI agents to your Oviond workspace over a streamable HTTP MCP endpoint, secured with OAuth 2.1 (PKCE, dynamic client registration).POST /mcp— MCP endpointGET /.well-known/oauth-authorization-server— discoveryPOST /oauth/register,GET /oauth/authorize,POST /oauth/token,POST /oauth/revoke
Self-serve billing
Manage your plan, payment, and invoices through Stripe. The plan scales by active client count, billed monthly or annually.GET /v1/billingandGET /v1/billing/plansPOST /v1/billing/subscribeandGET /v1/billing/portalGET /v1/billing/invoices— invoice history