autumn-create-customer

Automate Autumn billing setup and customer creation for React and Node.js apps.

148|39|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/usenotra/notra --skill autumn-create-customer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autumn-create-customer
Source: https://github.com/usenotra/notra/tree/main/.agents/skills/autumn-create-customer
Command: npx skills add https://github.com/usenotra/notra --skill autumn-create-customer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the setup of Autumn billing integration and the creation of customers.

Core Features & Use Cases

  • Frontend + Backend Integration: Supports React + Node.js apps and backend-only services with practical patterns for real-world SaaS workflows.
  • Secret Management & Compliance: Guidance on securely using AUTUMN_SECRET_KEY and handling backendUrl for cross-domain deployments.
  • Out-of-the-box Patterns: Includes setup examples for Next.js App Router, React Router, Hono, Express, and Fastify to cover common stacks.

Quick Start

Use the Autumn setup to initialize the client with a secret key, then create customers via the SDK as part of your onboarding flow.

Frequently Asked Questions about autumn-create-customer

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

FAQPage Schema
How do I integrate Autumn billing and create customers in a React and Node.js app?

Autumn billing integration is automated by setting up the SDK with an AUTUMN_SECRET_KEY and initializing the client. You can create customers via the SDK as part of your onboarding flow using provided frontend and backend patterns for React and Node.js applications.

Does Autumn billing integration work with Next.js App Router, Hono, Express, and Fastify?

Yes, Autumn billing integration supports Next.js App Router, React Router, Hono, Express, and Fastify. It provides out-of-the-box setup examples and practical patterns to cover these common stacks for both frontend and backend-only services.

What environment secrets do I need to set up the Autumn billing client?

You need an AUTUMN_SECRET_KEY environment secret to set up the Autumn billing client. For cross-domain deployments, you also need to configure an optional backendUrl to ensure proper communication between your frontend and backend services.

What is the best way to handle Autumn SDK secret management for SaaS workflows?

The best way to handle Autumn SDK secret management is by securely storing the AUTUMN_SECRET_KEY as an environment secret. The integration provides specific compliance guidance on managing this key and handling backendUrl configurations for cross-domain SaaS deployments.

Can I use Autumn customer creation in a backend-only service without React?

Yes, you can use Autumn customer creation in a backend-only service without React. The integration supports standalone backend services with practical patterns for frameworks like Hono, Express, and Fastify, allowing you to automate customer creation entirely server-side.

How does the Autumn SDK handle cross-domain deployments for billing customers?

The Autumn SDK handles cross-domain deployments by supporting an optional backendUrl configuration. This allows your frontend and backend to operate on separate domains while maintaining secure communication for billing and customer creation workflows using your AUTUMN_SECRET_KEY.