copy_auth
Copy authentication configuration and live login session from one project to another on the same domain, enabling login reuse across related projects.
Instructions
Copy auth configuration and, when possible, the live login session (cookies + localStorage via storage_state) from one project to another on the same domain. Returns {success, session_copied}; session_copied is false when only the config/cookies could transfer. Use to reuse a login across related projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_project | Yes | Target project name to copy auth to | |
| from_project | Yes | Source project name to copy auth from |