> Full docs index: https://docs.steel.dev/llms.txt

# Steel APIs
URL: https://docs.steel.dev/cookbook/topics/steel-apis

- [Scrape a page to Markdown, screenshot, and PDF](/cookbook/scrape): Use the Steel TypeScript SDK's direct API to scrape a page to clean Markdown for LLM context, plus screenshot and PDF, with no browser library.
- [Watch Claude pricing for divergent A/B variants](/cookbook/convex-price-watch): Convex cron plus two parallel Steel proxy probes against claude.com/pricing. Stores per-tier per-region snapshots and surfaces tiers where the probes disagree.
- [Persist authenticated sessions with Profiles](/cookbook/profiles): Maintain authenticated sessions across Steel browser instances using profiles.
- [Reuse authenticated sessions across browsers](/cookbook/auth-context): Maintain authenticated sessions across Steel browser instances by capturing and reusing cookies and local storage.
- [Automate logins with the Credentials API](/cookbook/credentials): Use the Steel Credentials API with Playwright to automate flows with stored credentials.
- [Upload and run browser extensions](/cookbook/extensions): Use the Steel Extensions API with Playwright to upload and run browser extensions.
- [Move files between your machine and a cloud browser](/cookbook/files): Use the Steel Files API with Playwright to automate file uploads and downloads in the cloud.
