# Valendata ## Docs - [What Is Valendata? ](https://docs.valendata.com/introduction.md): Valendata is an AI-powered browser automation platform that turns plain-English tasks into reusable API endpoints returning strict, structured JSON. - [Valendata Quickstart: Live API Endpoint in 10 Minutes](https://docs.valendata.com/quickstart.md): Sign up, build your first Skill, run it from the dashboard, and make your first live API call — all in under 10 minutes, no credit card required. - [Credits and Billing: Valendata Pricing Plans Explained](https://docs.valendata.com/credits-and-billing.md): Valendata uses a credit-based billing model. Credits cover LLM tokens, browser session time, and web searches. - [Skills: Build and Deploy Browser Automation Endpoints](https://docs.valendata.com/concepts/skills.md): Skills are named browser automation tasks that run on demand, on a schedule, or inside a Workflow — and deploy automatically as live API endpoints. A Skill packages a recorded browser session into a versioned, callable unit. It has typed input parameters that let you vary what it targets at runtime,… - [Workflows: Chain and Schedule Automation Pipelines](https://docs.valendata.com/concepts/workflows.md): Workflows connect Skills, browser agents, HTTP calls, and data transforms into a single ordered pipeline you can trigger on demand, on a cron schedule, or via webhook. - [Browser Profiles: Persist Login Sessions Across Runs](https://docs.valendata.com/concepts/chrome-profiles.md) - [Workspaces: Organize Skills, Teams, and Credentials](https://docs.valendata.com/concepts/workspaces.md): Workspaces are isolated containers for Skills, Workflows, and credentials. Create one per client or project and invite team members with role-based access. - [Recording a Skill with the No-Code Browser Recorder](https://docs.valendata.com/guides/recording-a-skill.md): The fastest way to build a Skill on Valendata is to record a live session. Enable the Record Skill toggle in the chat input area, walk through the task yourself in the managed browser, and Valendata captures your actions as a reusable Config — which you then publish as a callable API endpoint. - [Schedule a Skill for Automatic Recurring Execution](https://docs.valendata.com/guides/scheduling-skills.md): Automate recurring data pulls, change monitors, and pipeline feeds by attaching a cron schedule to any published Skill in your Workspace. - [Clone Ready-Made Skills from the Valendata Marketplace](https://docs.valendata.com/guides/using-the-marketplace.md) - [Export Run Results and Account Data from Valendata](https://docs.valendata.com/guides/exporting-data.md): Download run output as JSON or CSV, route data to external sinks, and export a full copy of your account data for backup or migration. - [Integrations: Connect Valendata to Your Existing Stack](https://docs.valendata.com/integrations/overview.md): Connect Valendata to the tools your team already uses — push run results to any destination or trigger Skills from any platform via API. - [Enable Two-Factor Authentication on Your Valendata Account](https://docs.valendata.com/account/two-factor-authentication.md): Two-factor authentication (2FA) adds a second verification step when you log in. Valendata uses TOTP — time-based one-time codes generated by an authenticator app on your phone. No SMS codes, no email links. - [API Keys: Authenticate Valendata REST API Requests](https://docs.valendata.com/account/api-keys.md): Create, use, and revoke Valendata API keys to authenticate REST API calls. Learn key scoping, secure storage, and rotation best practices. - [Export Your Account Data](https://docs.valendata.com/account/data-export.md) - [Valendata REST API](https://docs.valendata.com/api-reference/introduction.md): Trigger Skills, manage Workflows, retrieve Runs, and stream structured results from any language using JSON over HTTPS. - [Authenticating Valendata API Requests with API Keys](https://docs.valendata.com/api-reference/authentication.md): Learn how to authenticate every Valendata API request using your API key, and follow best practices to keep your keys secure. - [Run a skill by ID](https://docs.valendata.com/api-reference/skills/run-by-id.md): Trigger an execution of a specific skill by its ID with optional variables and inputs. - [Run a skill by slug](https://docs.valendata.com/api-reference/skills/run-by-slug.md): Trigger an execution of a specific skill using its slug with optional variables and inputs. - [List skills](https://docs.valendata.com/api-reference/skills/list.md): Retrieve all skills available in the current workspace. - [Get a skill](https://docs.valendata.com/api-reference/skills/get.md): Retrieve details about a specific skill by its ID. - [List workflows](https://docs.valendata.com/api-reference/workflows/list.md): Retrieve all workflows in the current workspace. - [Run a workflow](https://docs.valendata.com/api-reference/workflows/run.md): Trigger an execution of a specific workflow by its ID. - [List workflow runs](https://docs.valendata.com/api-reference/runs/list.md): Retrieve all runs for a specific workflow. - [Get a workflow run](https://docs.valendata.com/api-reference/runs/get.md): Retrieve details about a specific workflow run by its ID. ## OpenAPI Specs - [openapispec](https://docs.valendata.com/openapispec.json)