For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Sign inBook a demo
DocsReferenceChangelog
DocsReferenceChangelog
  • Introduction
    • SDKs
    • Errors
  • Humanloop API
LogoLogo
Sign inBook a demo

Humanloop API

Was this page helpful?
Previous

Chat

Next
Built with

The Humanloop API allows you to interact with Humanloop from your product or service.

You can do this through HTTP requests from any language or via our official Python or TypeScript SDK.

To install the official Python SDK, run the following command:

$pip install humanloop

To install the official TypeScript SDK, run the following command:

$npm i humanloop

Guides and further details about key concepts can be found in our docs.