VastAI.create_ssh_key(ssh_key: str) -> str
str
from vastai import VastAI client = VastAI(api_key="YOUR_API_KEY") result = client.create_ssh_key(ssh_key="...") print(result)