Skip to main content

Register

Create a new Vrin account. This is a static method — no client instance needed.

Parameters

string
required
Email address for the new account.
string
required
Password for the new account.
string
Display name (optional).

Login

Authenticate and receive an API key. Also a static method.

Parameters

string
required
Account email address.
string
required
Account password.

Returns

API key management

These methods require an authenticated client instance.

List API keys

Create an API key

string
Optional human-readable name for the key.

Delete an API key

string
required
The ID of the key to delete (not the key itself).

Check plan and limits

Returns:

API key prefixes

The prefix determines server-side routing. Standard clients and enterprise clients use the same query/insert/upload methods — the backend handles infrastructure routing transparently.