# 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 Reference — Overview and Quick Start](https://docs.valendata.com/api-reference/introduction.md): Valendata REST API Reference — Overview and Quick Start Explore the Valendata REST API. 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. - [POST /v1/skills/run — Run a Published Skill Programmatically](https://docs.valendata.com/api-reference/skills/run.md): Execute a published Skill by ID or by slug and receive strict JSON output enforced against the Skill's defined output schema. - [GET /api/skills — List All Skills in Your Workspace](https://docs.valendata.com/api-reference/skills/list.md): Retrieve a paginated list of every published Skill scoped to your current Workspace, including IDs, names, versions, and timestamps. - [GET /api/skills/{skill_id} — Get a Single Skill's Details](https://docs.valendata.com/api-reference/skills/get.md): Fetch complete details for one Skill by ID, including its full parameter schema and the JSON Schema that governs its output structure. - [POST /api/workflows/{workflow_id}/run](https://docs.valendata.com/api-reference/workflows/run.md): Trigger a multi-step Workflow by ID, pass input parameters into the first step, and receive the full run result with per-step output. - [GET /api/workflows — List All Workflows](https://docs.valendata.com/api-reference/workflows/list.md) - [list-workflow-runs](https://docs.valendata.com/api-reference/workflows/list-workflow-runs.md): Retrieve the 50 most recent runs for a specific Workflow, ordered by most recent first, including status, outputs, credits, and per-step results. - [GET /api/workflows/{workflow_id}/runs/{run_id} — Get a Single Run](https://docs.valendata.com/api-reference/workflows/get-run.md): Retrieve the full result of a specific Workflow run by ID, including status, outputs, credits charged, and per-step execution details.