browser_passkey_create
Create virtual passkeys for browser automation, generating new ones or importing existing key material. Optionally include private keys.
Instructions
Generate or import a virtual passkey. To import, provide all four key-material fields. Private keys are omitted unless includePrivateKey=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Base64url credential id. | |
| rpId | Yes | Relying-party id, usually the site's effective domain. | |
| publicKey | No | Base64url SPKI DER public key. | |
| privateKey | No | Base64url PKCS#8 DER private key. | |
| userHandle | No | Base64url user handle. | |
| includePrivateKey | No | Return private key material. Default false. |