Agent Developers

Learn how to access content with Fastlane.

Agent developers can use Fastlane either via Toolhouse or directly.

Using Fastlane with Toolhouse

Fastlane is seamlessly integrated into Toolhouse. 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 Toolhouse

Using Fastlane directly

You can also use Fastlane in a standalone way, using your Toolhouse API Key. Sign up for Toolhouse to get your API Key. You will find your API Key in the API Keys 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