Documentation

Build reliable creative workflows with the Stylevant platform.

Everything needed to authenticate, run prompts, connect tools, and operationalize output quality at scale.

API quickstart

Create an API key in workspace settings, then call the prompt execution endpoint with a template ID and variables payload.

curl -X POST https://api.stylevant.com/v1/prompts/run \
  -H "Authorization: Bearer $STYLEVANT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "launch-email-v2",
    "variables": {
      "audience": "mid-market SaaS buyers",
      "value_prop": "faster campaign production"
    }
  }'

Responses include generated content, evaluation metadata, moderation flags, and usage metrics for reporting.

Integrations

  • Slack: route approved outputs to campaign channels with status context.
  • Notion: sync briefs, prompt versions, and review decisions to your wiki.
  • Zapier: trigger automations from CRM updates, form events, and webhooks.
  • Custom webhooks: receive asynchronous completion events for long-running jobs.

Changelog

2026-01-12 — Prompt Evaluations v2

Added weighted scorecards, benchmark sets, and evaluation summaries.

2025-12-04 — Workspace access controls

Expanded admin controls for role assignment and invite restrictions.

2025-10-19 — Marketplace install API

Added endpoints to install and manage marketplace packs programmatically.

Help center

How do I rotate an API key safely?

Create a replacement key, deploy config updates, then revoke the old key after traffic shifts.

How do I report incidents or urgent bugs?

Email support@stylevant.com with workspace ID, timestamp, and request ID if available.