Setup ProjectionLab
pl_setupSet up your ProjectionLab Plugin API key using a guided two-step process. A browser script extracts, stores, and validates the key client-side, keeping it secure without leaving the browser.
Instructions
Guided setup for the ProjectionLab Plugin API key.
Two-step flow:
Call with no args — returns instructions and a browser script that extracts, stores, and validates the key entirely in the browser.
Call with validationResult — confirms the key is valid and setup is complete.
The API key NEVER leaves the browser. The extractScript reads it from the DOM, stores it in sessionStorage, and validates it — all client-side. The only value that comes back to the conversation is a success/failure boolean.
The extractScript should be executed in the browser via the Playwright or chrome devtools MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| validationResult | No | Result from executing the extractScript in the browser |