post_user_dev
Generate a developer token for GoLogin MCP to enable API access and manage browser profiles efficiently. Specify the token name to authenticate and control profile automation.
Instructions
Create dev token
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the dev token. |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"description": "Name of the dev token.",
"type": "string"
}
},
"required": [
"name"
],
"type": "object"
}