weave • DocsDocumentation Index
Fetch the complete documentation index at: https://wb-21fd5541-feature-automate-reference-docs-generation.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
weave / login
Function: login()
login(Log in to Weights & Biases (W&B) using the provided API key. This function saves the credentials to your netrc file for future use.apiKey,host?):Promise<void>
Parameters
• apiKey:string
Your W&B API key.
• host?: string = defaultHost
(Optional) The host name (usually only needed if you’re using a custom W&B server).
Returns
Promise<void>