> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Truss SDK Reference

> Python SDK for deploying and managing models with Truss.

The Truss Python SDK deploys and manages models on Baseten from Python.

## Functions

* [`truss.login`](/reference/sdk/truss/login): authenticate with an API key.
* [`truss.push`](/reference/sdk/truss/push): deploy a Truss model.
* [`truss.load`](/reference/sdk/truss/load): get a handle to a local Truss.
* [`truss.whoami`](/reference/sdk/truss/whoami): show the authenticated account.

## Objects

* [`ModelDeployment`](/reference/sdk/truss/model-deployment): returned by `truss.push()`.
