Glif is a creative AI platform from Spellcasters, Inc. — originally launched in 2023 as a no-code visual workflow builder for chaining text, image, audio, and video models into shareable "glifs", and re-launched in March 2026 as Glif 2.0, a single chat-based AI agent with access to 100+ native tools (Claude Sonnet 4.5, Claude Opus 4.1, GPT-4o, Nano Banana Pro, Flux 2 Turbo, Seedream V4, Kling 2.5 Turbo Pro, VEO 3.1, Hailuo 2.3, ElevenLabs, MiniMax v2, FFmpeg, web search and more). Glif raised a $17.5M seed round led by a16z and USV in April 2026. The platform is used by creators, e-commerce sellers, performance marketers, and agencies to produce short-form video, product shoots, ad campaigns, character/comic art, memes, logos, and SVG vector graphics. Glif's public REST and Simple APIs were deprecated on 2026-05-20 in favor of the chat agent surface; the open Glif MCP server, ComfyUI custom nodes, Chrome extension, and Python client remain the canonical programmatic entry points to the platform. Profiled in the API Evangelist network as a reference case for the "no-code AI workflow builder → AI agent" platform pivot, alongside peers such as Anthropic, OpenAI, and other foundation-model orchestration providers.
HTTP endpoint for invoking a single published glif (AI workflow) by ID and passing a list of named or positional string inputs. POST a JSON body with `id` and `inputs` to https:...
Read-and-write REST API for the Glif platform — list and fetch glifs (`/glifs`), look up runs (`/runs`), fetch the authenticated user (`/me`), look up users (`/user`), and brows...
aid: glif-app
url: https://raw.githubusercontent.com/api-evangelist/glif-app/refs/heads/main/apis.yml
apis:
- aid: glif-app:glif-simple-api
name: Glif Simple API
tags:
- AI
- Artificial Intelligence
- Workflows
- Glifs
- No-Code
- Deprecated
humanURL: https://docs.glif.app
baseURL: https://simple-api.glif.app
properties:
- url: https://github.com/glifxyz/api-docs/blob/main/getting-started.md
type: Documentation
- url: https://glif.app/settings/api-tokens
type: Authentication
description: HTTP endpoint for invoking a single published glif (AI workflow) by ID and passing a list
of named or positional string inputs. POST a JSON body with `id` and `inputs` to https://simple-api.glif.app
using a Bearer token; the response includes the run's final `output` (often an image URL or text)
plus an `outputFull` block describing the output type. Legacy responses always return HTTP 200 even
on error, with the error surfaced in an `error` field. Per Glif's FAQ the API was deprecated on
2026-05-20 as part of the Glif 2.0 chat-agent rebuild; the documentation repository remains public
for reference and existing integrations.
- aid: glif-app:glif-rest-api
name: Glif REST API
tags:
- AI
- Artificial Intelligence
- Workflows
- Glifs
- Glif Runs
- Spheres
- Deprecated
humanURL: https://docs.glif.app
baseURL: https://glif.app/api
properties:
- url: https://github.com/glifxyz/api-docs/blob/main/reading-and-writing-data-via-the-api.md
type: Documentation
- url: https://glif.app/settings/api-tokens
type: Authentication
description: Read-and-write REST API for the Glif platform — list and fetch glifs (`/glifs`), look up
runs (`/runs`), fetch the authenticated user (`/me`), look up users (`/user`), and browse curated
collections (`/spheres`). Supports filtering by `id`, `username`, `userId`, `glifId`, `featured`,
pagination with `page` and `limit` (default 20, max 100), and inclusion of full glif-graph JSON via
`?includes=spells.data`. A private POST `/glifs` endpoint creates draft glifs by supplying a graph
of node blocks (TextInputBlock, GPTBlock, ComfyUI blocks, etc.). Deprecated 2026-05-20 alongside the
Simple API as Glif retired the workflow-builder surface in favor of the chat-based agent.
name: Glif
tags:
- AI
- Artificial Intelligence
- No-Code
- Workflows
- Creative AI
- Generative AI
- Video Generation
- Image Generation
- ComfyUI
- MCP
- LLM Apps
kind: company
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
access: 3rd-Party
common:
- url: https://glif.app
name: Glif Homepage
type: Portal
- url: https://docs.glif.app
name: Glif Docs / Guide
type: Documentation
- url: https://docs.glif.app/getting-started/intro-to-glif
name: Intro to Glif
type: Documentation
- url: https://docs.glif.app/getting-started/faqs
name: Glif FAQs
type: Documentation
- url: https://glif.app/changelog
name: Glif Changelog
type: ChangeLog
- url: https://glif.app/pricing
name: Glif Pricing
type: Pricing
- url: https://glif.app/legal
name: Glif Terms of Service
type: TermsOfService
- url: https://glif.app/privacy
name: Glif Privacy Policy
type: PrivacyPolicy
- url: https://glif.app/contact
name: Glif Contact
type: Support
- url: https://discord.gg/nuR9zZ2nsh
name: Glif Discord
type: Forum
- url: https://github.com/glifxyz
name: Glif on GitHub
type: GitHub
- url: https://twitter.com/heyglif
name: Glif on X
type: Twitter
- url: https://www.linkedin.com/company/heyglif
name: Glif on LinkedIn
type: LinkedIn
- url: https://www.youtube.com/@heyglif
name: Glif on YouTube
type: YouTube
- url: https://github.com/glifxyz/glif-mcp-server
name: Glif MCP Server
type: Tools
- url: https://github.com/glifxyz/ComfyUI-GlifNodes
name: ComfyUI Glif Nodes
type: Tools
- url: https://github.com/glifxyz/ComfyUI-GlifVision
name: ComfyUI Glif Vision Nodes
type: Tools
- url: https://github.com/glifxyz/glif-client-python
name: Glif Python Client
type: SDK
- url: https://github.com/glifxyz/glif-api-demo
name: Glif API NextJS Demo
type: SampleApps
- url: https://github.com/glifxyz/api-docs
name: Glif API Docs Source
type: Documentation
- url: https://chromewebstore.google.com/detail/glif-remix-the-web-with-a/abfbooehhdjcgmbmcpkcebcmpfnlingo
name: Glif Chrome Extension
type: Application
- url: https://pitchbook.com/profiles/company/535615-03
name: Glif on PitchBook
type: CompanyProfile
description: Glif is a creative AI platform from Spellcasters, Inc. — originally launched in 2023 as a
no-code visual workflow builder for chaining text, image, audio, and video models into shareable
"glifs", and re-launched in March 2026 as Glif 2.0, a single chat-based AI agent with access to 100+
native tools (Claude Sonnet 4.5, Claude Opus 4.1, GPT-4o, Nano Banana Pro, Flux 2 Turbo, Seedream V4,
Kling 2.5 Turbo Pro, VEO 3.1, Hailuo 2.3, ElevenLabs, MiniMax v2, FFmpeg, web search and more). Glif
raised a $17.5M seed round led by a16z and USV in April 2026. The platform is used by creators,
e-commerce sellers, performance marketers, and agencies to produce short-form video, product
shoots, ad campaigns, character/comic art, memes, logos, and SVG vector graphics. Glif's public
REST and Simple APIs were deprecated on 2026-05-20 in favor of the chat agent surface; the open
Glif MCP server, ComfyUI custom nodes, Chrome extension, and Python client remain the canonical
programmatic entry points to the platform. Profiled in the API Evangelist network as a reference
case for the "no-code AI workflow builder → AI agent" platform pivot, alongside peers such as
Anthropic, OpenAI, and other foundation-model orchestration providers.
created: '2026-05-25'
modified: '2026-05-25'