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

# What Is Valendata? 

> Valendata is an AI-powered browser automation platform that turns plain-English tasks into reusable API endpoints returning strict, structured JSON.

Valendata is an AI-powered browser automation platform that lets you describe what you want a browser to do — in plain English — and receive structured JSON back. No brittle selectors, no headless-Chrome boilerplate, no scraper maintenance. You write a task, Valendata drives a real Chromium browser in the cloud, and your data comes back in exactly the shape you defined.

## The three core primitives

Everything in Valendata is built on three concepts you'll use every day.

<CardGroup cols={3}>
  <Card title="Skills" icon="bolt">
    A **Skill** is a named, reusable automation task with optional parameters. Write it once, publish it as a versioned API endpoint, and call it from anywhere. Skills are the atomic unit — everything else builds on top of them.
  </Card>

  <Card title="Workflows" icon="diagram-project">
    A **Workflow** chains Skills together with HTTP steps and data transforms. Wire the output of one Skill into the input of the next, add conditional logic, and schedule the whole pipeline on a cron.
  </Card>

  <Card title="Credits" icon="coins">
    Credits are what you spend when you run Skills, covering AI tokens, browser time, and web searches in one unit.<br /><br />Purchased credits never expire. Subscription credits refresh monthly; Pro+ plans carry unused credits forward, others reset.
  </Card>
</CardGroup>

## What problems does Valendata solve?

Hand-rolling scrapers is painful. Pages change, selectors break, CAPTCHAs block you, logins expire, and infrastructure bills pile up before you ship a single line of business logic. Valendata eliminates that entire class of problem.

<CardGroup cols={2}>
  <Card title="Self-healing agents" icon="rotate">
    Valendata's AI Brain re-plans on the fly when a page changes. If a product listing moves to a new URL or a checkout form adds a new field, the agent adapts without you touching a config file.
  </Card>

  <Card title="Native CAPTCHA & 2FA" icon="shield-check">
    CAPTCHAs are solved inline — no third-party solving services, no extra fees. Full 2FA and TOTP flows are driven end-to-end inside the same managed browser session.
  </Card>

  <Card title="Managed infrastructure" icon="server">
    Real Chromium browsers run across 47 global regions. Pin sessions to a country, rotate proxies, and scale to hundreds of parallel runs — all without a single line of infra code.
  </Card>

  <Card title="Full observability" icon="eye">
    Every run is fully replayable. Scrub through screenshots frame-by-frame to see exactly where the agent clicked, typed, and scrolled. Debug in seconds, not hours.
  </Card>
</CardGroup>

<Note>
  Output schema enforcement means Valendata validates every response against your defined schema before returning it. Even when the underlying page changes, you get clean, consistent JSON — or a clear error instead of silent garbage data.
</Note>

## Who is Valendata for?

Valendata is designed for a broad range of users — you don't need to be an engineer to get value from the platform.

<Accordion title="Developers & engineers">
  Use the REST API to trigger runs programmatically, embed Skills into your backend, and pipe structured output directly into your database or data warehouse. Valendata handles the browser layer so you can focus on what you do with the data.
</Accordion>

<Accordion title="GTM & revenue teams">
  Extract competitor pricing, monitor product availability, enrich CRM leads with live data from LinkedIn or company websites, and deliver fresh intelligence to your stack — without filing an engineering ticket.
</Accordion>

<Accordion title="Growth marketers">
  Automate repetitive research workflows: track rankings, harvest contact data, monitor review sites, and push results directly to Sheets, HubSpot, or Slack. Schedule it once and wake up to fresh data every morning.
</Accordion>

<Accordion title="Non-technical builders">
  Use the no-code recorder to walk through a task once — Valendata turns your session into a deployable Skill with parameters, a schema, and a live API endpoint included. No code required.
</Accordion>

## Ready to build?

<CardGroup cols={3}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Go from sign-up to a live API call in under 10 minutes. Build your first Skill and see real JSON output.
  </Card>

  <Card title="Skills" icon="bolt" href="/concepts/skills">
    Learn how Skills work — parameters, versioning, Chrome Profiles, and how to deploy your first endpoint.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Browse the full REST API. Explore endpoints, request schemas, and live response examples.
  </Card>
</CardGroup>
