setup-api-key

Configure a Synthflow API key in .env and validate it with curl.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/SynthFlowAI/synthflow-skills --skill setup-api-key-synthflowai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-api-key
Source: https://github.com/SynthFlowAI/synthflow-skills/tree/main/setup-api-key
Command: npx skills add https://github.com/SynthFlowAI/synthflow-skills --skill setup-api-key-synthflowai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through obtaining and configuring a Synthflow API key to enable access to the Synthflow API and prevent failed requests due to missing credentials.

Core Features & Use Cases

  • Obtain the API key from the Synthflow dashboard.
  • Validate the key against the Synthflow API and store it in a local .env file.
  • Provide a CLI alternative workflow and ensure credentials are not committed to version control.

Quick Start

Walk the user through creating a Synthflow API key, saving it to .env, and validating it against the API.

Frequently Asked Questions about setup-api-key

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a Synthflow API key using environment variables?

To configure a Synthflow API key, you create the key in the dashboard, validate it using curl, and save it to a local .env file as an environment variable for your application to access.

What is the best way to validate an API key before saving it to dotenv?

The best way to validate an API key is by making a test request to the Synthflow API using curl to ensure the credentials are active and correctly formatted before storing them in your .env file.

Can I use the CLI to set up and verify my Synthflow API key?

Yes, you can use the CLI to set up your Synthflow API key through an alternative workflow that verifies the key against the API and stores it securely in a local .env file.

How do I prevent my Synthflow API key from being committed to version control?

To prevent your Synthflow API key from being committed to version control, this setup workflow ensures your .env file containing the credentials is properly ignored by your version tracking system.