Installation

pip install truefoundry

Quick Example

from truefoundry import TrueFoundry

# Initialize the client
client = TrueFoundry(
    base_url="https://api.truefoundry.com",
    api_key="your_api_key"
)

# List your applications
applications = client.applications.list()
for app in applications:
    print(f"Application: {app.name}")

Available Clients

TrueFoundry Client

Main client

Alerts

1 methods

Application Versions

2 methods

Applications

8 methods

Artifact Versions

9 methods

Artifacts

5 methods

Clusters

6 methods

Data Directories

9 methods

Environments

4 methods

Events

1 methods

Jobs

5 methods

Logs

1 methods

Ml Repos

4 methods

Model Versions

4 methods

Models

5 methods

Personal Access Tokens

5 methods

Prompt Versions

4 methods

Prompts

5 methods

Secret Groups

6 methods

Secrets

3 methods

Teams

4 methods

Users

8 methods

Virtual Accounts

4 methods

Workspaces

5 methods

Additional Resources

📋 Data Types

Explore all input and output types used in the SDK

🔢 Enums

View all available enum values and constants

Getting Help

  • Documentation: Browse through the client documentation above
  • GitHub: TrueFoundry Python SDK
  • Support: Reach out to our support team for assistance

Built with ❤️ by the TrueFoundry team