Get a Free Agnes AI API Key — Complete Guide

Every AI capability of Agnes Video Generator is powered by the free Agnes API. Register in 3 minutes, configure in three ways, start creating AI videos at zero cost.

How to Get the Key

1

Open the sign-up page

2

Open key management

3

Create and copy your key

4

Start using it for free

Three Ways to Configure

Pick any one — beginners should start with method 1.

Method 1: Paste in the Web UI (recommended for beginners)

After the service starts, open http://localhost:8765, paste the key into the input box at the top of the page and save — it takes effect immediately.

Method 2: Environment variable AGNES_API_KEY

Best for Docker and server deployments — the key never lands in the UI.

export AGNES_API_KEY="your-api-key"
# Or prefix the start command:
AGNES_API_KEY=your-api-key ./start.sh

Method 3: Set via API

Equivalent to filling in the Web UI — good for scripted configuration.

curl -X POST http://localhost:8765/api/config \
  -H "Content-Type: application/json" \
  -d '{"api_key": "your-api-key"}'

How to Verify the Key Works

  • Save it and start generating — if the key is wrong, generation returns a 401 error.
  • Don't copy extra spaces around the key; a stray space breaks authentication.

Where You Can Use the Key

  • Official website online demo (no installation — paste the key and go)
  • Locally deployed Agnes Video Generator (see the self-hosting guide)
  • Web-based Studio (assemble scenes in your browser)
  • Direct Agnes API calls (see the API docs and call guide)

Done in 3 minutes — start creating now

The fastest way to try it once you have the key is the official online demo — no software to install.

Open the online demo →

Related Pages

Official Platform Docs

All sign-up, key-creation, and configuration steps in this guide come from the official Agnes AI console and API documentation.

  1. Agnes AI 开放平台 — 免费注册与 API Key 管理Agnes AI · platform.agnes-ai.com (2026)

    The registration entry (platform.agnes-ai.com), no-credit-card policy, and free quota follow the official console.

  2. Agnes AI Open API — 视频 / 图片生成接口Agnes AI · apihub.agnes-ai.com (2026)

    Key authentication (Bearer) and rate limits (16 req/min) are specified in the Agnes Open API docs.

  3. agnes-video-generator — 开源 AI 视频生成项目lcy362 · GitHub (2026)

    The official implementations of the three configuration methods (Web UI / env vars) are verifiable in the GitHub repo.

Why you can trust this

Written by a practicing developer and cross-checked against authoritative primary sources such as arXiv papers, vendor technical reports, and the Stanford AI Index.

S

SandGrid@lcy362

Author of Agnes Video Generator · Full-stack Developer

Independent developer and author of Agnes Video Generator, an open-source (MIT) AI video generation tool built on Agnes AI's free video models. Has helped 1,000+ creators produce AI videos at zero cost. Focused on making video generation models accessible and production-ready; content is based on hands-on practice and primary research.

View on GitHub

Last updated2026-08-21

Ready to Start Creating?

"Making world-class AI belong to everyone." — Bruce Yang. It's completely free, no credit card, and you won't need a high-end GPU. Your first AI video starts at zero cost. Want to use Agnes AI's free video models? This is the easiest way in.

Clone the GitHub repo and launch in 2 minutes