turbosign_configure
Save TurboDocx credentials locally after verifying them against the live API. Invalid keys are rejected immediately. Credentials are stored securely in ~/.turbosign-mcp/credentials.json.
Instructions
Save this machine's TurboDocx credentials after checking they work.
The credentials are verified against the live API before anything is written, so a mistyped key fails here rather than on your first real send. They are stored owner-only in ~/.turbosign-mcp/credentials.json.
Get the values from turbosign_setup(). sender_email is the reply-to address recipients see. sender_name is optional and defaults to the name on the API key. base_url is only for a non-production endpoint.
The key is never echoed back — only a masked fingerprint.
PRIVACY: whatever you pass here travels through this conversation and is written to its transcript on disk. For a scoped key on a test account that is usually fine. For a long-lived key, or a session token that can do everything the user can, tell the human to run this in their own terminal instead — same verification, same store, and the key never enters the conversation:
turbosign-mcp configureInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | ||
| api_key | Yes | ||
| base_url | No | ||
| sender_name | No | ||
| sender_email | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||