Skip to main content
Getly

FOR SELLERS AND DEVELOPERS

Every way to publish to Getly

From inside the program you already work in, from your own code, from an assistant, or from a CSV you exported somewhere else. All of it free, all of it on the same API.

ROUTES AVAILABLE TODAY

9 of them

Every one is live now. Nothing on this page is planned, in beta or coming soon — if it is here, you can use it this afternoon.

FROM YOUR EDITOR

Publish without leaving the program

A tool that runs inside the software you build in can see what an upload form never will — whether a reference resolves, what a setting is, how the compiler reads a file.

Getly Publisher for Unity

A free Unity editor package. Checks your .unitypackage for the defects that get assets refunded — broken script references, missing .meta files, runtime code touching UnityEditor — and submits the listing without you leaving the editor.

Getly Publisher for Blender

A free Blender extension. Finds the references that will not survive the trip to the buyer — unpacked textures, paths rooted on your own machine, a linked .blend nobody else has — and offers to fix them in one press rather than only reporting them.

FROM YOUR CODE

Build it into your own pipeline

Scoped API keys, cursor pagination, idempotency keys and webhooks. Publish on a build, price on a schedule, fulfil from your own backend.

@getly/sdk

npm

Zero-dependency TypeScript client for the whole v1 API: create products, attach files, read orders, open checkouts. Works anywhere fetch does.

npm i @getly/sdk

@getly/nextjs

npm

Checkout and webhook route handlers for a Next.js app, so a storefront of your own takes a few files rather than a few days.

npm i @getly/nextjs

REST API v1

The surface everything else is built on. Scoped API keys, cursor pagination, idempotency keys and webhooks — publish, price and fulfil from any language.

FROM AN ASSISTANT

Let a model do the listing

Writing a listing is the part sellers put off longest. Point an MCP client at your store and describe the product instead.

@getly/mcp

npm

An MCP server with 19 tools. Point Claude or any MCP client at your store and it can draft, price and publish a listing while you describe it.

claude mcp add getly --env GETLY_API_KEY=$GETLY_API_KEY -- npx -y @getly/mcp

@getly/auto-store

npm

Point it at a folder. It writes the listing and the launch article, uploads the files and leaves you a live product to review.

npx @getly/auto-store ./my-pack

FROM ANOTHER MARKETPLACE

Bring what you already sell

Everything arrives as a draft, so a bad import is a thing you delete rather than a thing your buyers saw.

Gumroad, Etsy and Envato import

Export a CSV from the marketplace you are on and upload it. Up to 50 products a batch, brought in as drafts so nothing goes live before you have looked at it.

FROM YOUR OWN SITE

Sell somewhere that is not Getly

Keep your own page and your own audience. We handle the payment, the file delivery and the receipt.

Pay Widget

One script tag and a button turns any page of your own into a checkout — cards and stablecoins, files delivered by us, no payment account of your own required.

<script src="https://www.getly.store/pay.js" async></script>

No install

Some formats we simply read for you

Unity and Blender need a tool because the defects live inside the program — whether a prefab’s script resolves, whether a texture is packed. Other formats say everything about themselves in their own bytes, so Getly opens them at publish time. Nothing to install, nothing to press.

Almost all of it is advice. A listing is only ever refused when the buyer would receive something they cannot use, or when you would be shipping your own credentials to every buyer.

PDF and e-books

1,604 files · 723 stores

The biggest format on Getly by a distance. Checked for the things that make a paid download useless: a password the buyer does not have, no pages, a truncated file. Page count and whether the text is selectable are shown on the product page as plain facts.

Code archives

417 files · 160 stores

Opened to find what the author zipped by accident — a .git history, build output, and above all their own keys. Nine live products were shipping a real private key to every buyer when this was written.

Word, Excel, PowerPoint

121 files · 52 stores

Read for what travels with an office file and should not: tracked changes, comments, the author’s name, links to a folder on their own machine.

Audio

29 files · 18 stores

Read for silence, truncation and a bit rate too low for something sold as a track. Sample rate, channels and length are shown to the buyer rather than judged.

Fonts

Read for the coverage a buyer is actually paying for — which alphabets are in there — and for whether embedding is permitted at all.

What we do not have

There is no publishing tool for any of these. Saying so is cheaper than letting you find out after installing something. The two that exist were built one at a time — Unity because a seller asked and told us what kept breaking, Blender because the catalogue held no .blend files at all. If another program is yours, tell us.

Ask for your program

NO TOOL FOR

  • Unreal Engine
  • Photoshop
  • Figma
  • After Effects
  • Cinema 4D
  • Substance
  • Godot

The API, the SDK and the importers work for products from any of them. It is the in-program tool that does not exist.

Questions

Which one should I use?
If you work in Unity or Blender, the editor tool for it — each catches things nothing else can see. If you are publishing many products or on a schedule, the SDK or the API. If you are moving from another marketplace, the importer. If you just want one product listed, the dashboard is still the fastest thing there is.
Do any of these cost anything?
No. Every tool, package and API on this page is free, including the API keys. Getly earns on sales, not on access — you keep 80–90% of each one.
How do I get an API key?
Developer → API keys in your dashboard. Keys are scoped, so a key that publishes products cannot read your orders unless you say it can. The editor tools mint their own when you approve them in the browser.
Will you build a tool for Unreal, Photoshop or Figma?
Not today, and we would rather say that than list it as coming soon. Two exist: Unity, because a seller asked and told us what kept breaking, and Blender, because the catalogue held no .blend files at all. If another program is yours, tell us.
Does anything I publish this way skip review?
No. Every route lands in the same catalogue under the same rules: a product needs a file, an image and a real description before it can go live, and an upload one of the editor tools covers additionally has to pass its check.