Initialize the OneGuard session
oneguard_initInitialize an isolated OneGuard session with an API key and verify it against the backend when server initialization fails.
Instructions
Initializes this server's isolated OneGuard session with an API key and verifies it against the backend. Normally you do NOT need to call this: if ONEGUARD_API_KEY is configured on the server, the session initializes itself on the first tool call. Call this only when another tool reports that the server is not initialized, and only with a key the user gave you in this conversation — never invent one. The key is stored in an isolated config directory and does not affect the user's own oneguard login in their terminal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | The OneGuard API key. Omit to use the ONEGUARD_API_KEY configured on the server. |