gear-complex-codeAgent Developers

Learn how to access content with Fastlane.

Agent developers can use Fastlane either via Toolhousearrow-up-right or directly.

Using Fastlane with Toolhouse

Fastlane is seamlessly integrated into Toolhousearrow-up-right. If you are building agents using Toolhouse Agent Studio, there is no integration step. This is the easiest way of using Fastlane.

Sign up for Toolhousearrow-up-right

Using Fastlane directly

You can also use Fastlane in a standalone way, using your Toolhouse API Key. Sign up for Toolhousearrow-up-right to get your API Key. You will find your API Key in the API Keysarrow-up-right page.

You will call the Fastlane endpoint with URL to the page you want to access.

curl "https://api.toolhouse.ai/v1/fastlane?url=https://example.com/content-i-want-to-get \" \
  -H 'Authorization: Bearer (your API key)'

Behind the scenes, Toolhouse will contact the URL, get its content, and return it in an agentic-friendly way (usually Markdown or plaintext).

Last updated