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

# SDKs

> Build, evaluate, and observe AI applications with Braintrust in your own code.

<div className="w-screen">
  <div className="mx-auto box-border w-full max-w-4xl px-5 py-8 pb-16 md:px-10 lg:px-0">
    <div className="py-8 max-w-4xl">
      <h1 className="text-4xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight">
        Braintrust SDKs
      </h1>

      <p className="mt-4 text-lg text-gray-500 dark:text-zinc-500">
        Log traces, manage prompts, create datasets, and run evals or experiments right from your code.
      </p>
    </div>

    <div className="max-w-4xl mx-auto">
      <Columns cols={3}>
        <Card title="TypeScript" href="/sdks/typescript/quickstart" icon="https://img.logo.dev/typescriptlang.org?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />

        <Card title="Python" href="/sdks/python/quickstart" icon="https://img.logo.dev/python.org?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />

        <Card title="Go" href="/sdks/go/quickstart" icon="https://img.logo.dev/go.dev?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />

        <Card title="Java" href="/sdks/java/quickstart" icon="https://img.logo.dev/java.com?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />

        <Card title="Ruby" href="/sdks/ruby/quickstart" icon="https://img.logo.dev/ruby-lang.org?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />

        <Card title="C#" href="/sdks/csharp/quickstart" icon="https://img.logo.dev/dotnet.microsoft.com?token=pk_BdcHD9e5SCW3j1rnJkNyMQ" />
      </Columns>
    </div>

    <div className="py-8 max-w-4xl">
      <h2 className="text-2xl font-medium text-gray-900 dark:text-zinc-50 tracking-tight">
        Additional SDKs
      </h2>

      <p className="mt-4 text-gray-500 dark:text-zinc-500">
        These SDKs support a smaller set of features than the SDKs listed above:
      </p>

      <ul className="mt-6 list-disc space-y-2 pl-5 text-gray-700 dark:text-zinc-300">
        <li><a className="font-semibold underline text-gray-900 dark:text-zinc-50 dark:decoration-[#7e95fc]" href="https://github.com/braintrustdata/braintrust-kotlin">Kotlin</a> — REST API client</li>
        <li><a className="font-semibold underline text-gray-900 dark:text-zinc-50 dark:decoration-[#7e95fc]" href="https://github.com/braintrustdata/braintrust-sdk-rust">Rust</a> — tracing and evals (alpha)</li>
      </ul>
    </div>
  </div>
</div>
