Developer Friendly

Built for AI Agents. Loved by Developers.

Every capability in Blitzly is available through the REST API and MCP (Model Context Protocol). AI agents — including ChatGPT, Claude, and custom agents — can autonomously create projects, manage brand assets, generate content, and publish to WordPress — all with the same brand guardrails as human users.

terminal
curl -X POST https://app.blitzly.com/api/v1/agent/message \
  -H "Authorization: Bearer sk_..." \
  -H "X-Workspace: my-workspace" \
  -d '{ "agent": "page_generator", "message": "Build a landing page for our new product launch, use our brand kit" }'
/agent/message Chat with AI agents
/knowledge/* Manage brand assets
/wordpress/publish Publish to WP
/pipeline/execute Run workflows
MCP Server Connect any AI agent
Official SDKs

Build with Blitzly SDK

Official SDKs for JavaScript, Python, and PHP. Type-safe, fully documented, and designed to get you from zero to first creative in minutes.

3 Lines to First Result

Initialize the client, call generateText(), get AI-powered content back. No boilerplate, no configuration files.

AI Generation Built-In

Text, images, websites — generate any asset with a single SDK call. Async jobs with polling and wait helpers included.

Type-Safe & Documented

Full TypeScript definitions, Python type hints, and PHPDoc annotations. Auto-complete works out of the box in any IDE.

Works Everywhere

Node.js, Deno, Bun, Python 3.10+, PHP 8.2+. Use in serverless functions, CI/CD pipelines, backend services, or CLI scripts.


                        
npm install @blitzly/sdk
Fully typed · Auto-complete ready
JavaScript @blitzly/sdk
Python blitzly-sdk
PHP blitzly/sdk
REST API OpenAPI 3.0
MCP Model Context Protocol
Command Line

Blitzly CLI

Create brand-consistent assets, extract brands, and publish — all from your terminal. Perfect for CI/CD pipelines and automation scripts.

Terminal
$ npm install -g @blitzly/cli
$ blitzly extract-brand acme-corp.com
Extract brand kit from URL
$ blitzly create banner --brand acme --format facebook
Generate on-brand banner
$ blitzly create page --brand acme --template landing
Build landing page
$ blitzly publish --target wordpress --site acme.com
Publish to WordPress
$ blitzly pipeline run campaign-launch
Run automation pipeline

One-Command Creative

Extract brand, generate banners, build landing pages, and publish to WordPress — each in a single command.

CI/CD Ready

Pipe Blitzly into your build scripts, GitHub Actions, or cron jobs. Automate creative asset generation as part of your deployment pipeline.

Full API Power

Everything available in the REST API works from the CLI. Manage workspaces, drive files, agent conversations, and pipelines.

Model Context Protocol

Native AI Agent Integration

Connect ChatGPT, Claude, or any MCP-compatible AI agent directly to Blitzly. Your brand tools become native capabilities of the AI.

Brand-Aware Tool Calling

AI agents call Blitzly tools (extract brand, generate creative, publish) with full brand context — colors, fonts, voice, logo placement enforced automatically.

Works with Any MCP Client

ChatGPT, Claude Desktop, Cursor, custom agents — any client supporting MCP can use Blitzly tools natively, no custom integration code needed.

Full Creative Pipeline

From brand extraction through content generation to WordPress publishing — all available as MCP tools. One conversation, complete campaign.

MCP Tools
blitzly.extract_brand_kit
blitzly.create_ad_banner
blitzly.generate_landing_page
blitzly.publish_to_wordpress
blitzly.manage_drive
blitzly.run_pipeline
AI Models

Powered by the Best AI Models

Access top models from OpenAI, Anthropic, Google, Meta and more — all through one platform. We add new models as they launch so you always have the best tools available.

7+ Providers
25+ Models
Smart Router
OpenAI
Anthropic
Google
Meta
Mistral
Stability
+more

Smart Model Router

You do not need to pick a model. Our intelligent router automatically selects the best model for each task based on content type, complexity and your brand requirements. Override anytime — full control is always one click away.

Workflows

Typical Workflows

  • Site URL -> auto-extract brand kit (logo, colors, fonts)
  • Brand kit + brief -> Facebook ad banner + landing page + LinkedIn post
  • Product launch -> multi-page website published to WordPress
  • Competitor URL -> visual audit with screenshots and color analysis
  • Template + data -> batch-generate any creative asset via API

One workspace, any input tool, any output channel. Brand assets flow through every step.

api-requests.sh
POST /api/v1/agent/message
{ "agent": "site_auditor", "message": "Analyze brand at https://..." }
POST /api/v1/agent/message
{ "agent": "page_generator", "message": "Build landing page for..." }
POST /api/v1/wordpress/publish
{ "page_id": 42, "format": "gutenberg" }

Ready to try? Start free today.

All features unlocked during beta. Your feedback directly shapes the product. No credit card, no commitment.

Try the Beta

Open Beta — 100% free. No credit card required. · Your feedback shapes the product