Lovelace Developer Portal
Overview
Auth Hub
Studio
Agents Cloud
Skills
Memory Platform
Lattice Cloud
Hosting
Ada CLI
MCP Gateway
Ada
Periscope
Editor Extensions
Skip to main content

Skills as a Service

Skills are versioned executable capabilities with typed inputs, typed outputs, validation evidence, availability state, and public invocation behavior. Use Skills when a repeated software capability should become a durable Lovelace Cloud building block instead of a one-off agent run.

The public API checks for approved reusable skills before starting generation. When an approved visible skill satisfies the request, you can invoke or pin that skill through the low-cost library reuse path. When no reusable skill fits, you can generate a private skill or choose learning-enabled generation when your account has approved the learning terms for that operation.

You can operate all of this from the Skills console: browse the shared library, run reuse-or-generate, inspect versions, and invoke a skill — no API key required while you are signed in.

Public Surfaces

SurfacePurpose
Public Skills APICreate generation jobs, inspect job state, list versions, invoke skills, and read invocation status.
Shared skill libraryBrowse, search, reuse, and pin approved public-safe skills.
Hosted-session actionsExpose approved shared skills as actions inside hosted sessions.
Billing and quota controlsMeter generation, validation, invocation, library reuse, learning discounts, and reusable-skill credits.

Default Flow

  1. Search or preflight the shared library for an approved visible skill.
  2. Reuse the approved skill when the match is strong enough for your request.
  3. Generate a private skill only when reuse cannot satisfy the request.
  4. Validate the generated version before invoking it in production flows.
  5. Pin the version when you need repeatable behavior across deployments.

Documentation

  • Quick start
  • Billing, quotas, and limit behavior
  • Troubleshooting typed failure modes
  • Public API reference
  • Canonical product contract
  • Platform architecture

Build and deploy AI agents with ease.

Quick Start

  • Getting Started
  • Build Your First Agent
  • Platform Concepts
  • Examples & Tutorials

Develop

  • Create an Agent
  • Connect an MCP Server
  • API Reference
  • CLI Tools

Platform

  • Agents Cloud
  • Roadmap
  • Platform Changelog
  • Status

Resources

  • Discord
  • GitHub
  • Support
  • Developer Blog
Lovelace logo
Lovelace
Made with ❤️ by Reasonable Tech CompanySupport
TermsPrivacy
All systems operational

Library

Generate

Overview

Quick Start

Billing & Quotas

Troubleshooting

API Reference