Securely prompts for and stores the Synthesize Bio API token in the environment. This function uses getPass to securely handle the token input without displaying it in the console. The token is stored in the SYNTHESIZE_API_KEY environment variable for the current R session.Documentation Index
Fetch the complete documentation index at: https://docs.synthesize.bio/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Arguments
use_keyring: Logical, whether to also store the token securely in the system keyring for future sessions. Defaults to FALSE.token: Character, optional. If provided, uses this token instead of prompting. This parameter should only be used in non-interactive scripts.
Returns
Invisibly returns TRUE if successful.Examples
Source
Generated fromR/key-handlers.R and the package help files in man/.