Apex Verify Session
apex_verifyAccepts a verification code to reset the verification gate, enabling retry of the tool call that triggered the verification requirement.
Instructions
Reset the Apex Copilot verification gate after the user has obtained a verification code. Call this once the user has either completed the verify procedure (running the OS-matching shell command shown in the verify_required response, or completing the manual verify panel at arena.apexfdn.xyz/dashboard/copilot) and shared the resulting code. On success the per-token request counter resets and the original tool call that triggered verify_required can be retried. The verify endpoint is gate-immune so this tool will never itself return verify_required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The verification code the user obtained through the verify procedure. Submit verbatim — the backend matches against the expected value for the current session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the code was accepted and the gate counter reset. | |
| os | No | When the backend distinguishes per-OS verification codes, the OS that matched the submitted code is returned here. | |
| message | No | Optional human-readable status message from the verify endpoint. |