keepp .link
← All guides

Manage Your Page with an AI Agent

Generate an API key and let any AI assistant — ChatGPT, Claude, or Gemini — build and update your whole Keepp page: add and arrange blocks, write copy, place products and bookings, and restyle your theme.

Keepp has an API, so you can hand an AI assistant your key and ask it to build your page in plain language — “add a section for my ceramics with the three products I’ve set up,” “put my affiliate code on that card,” “make the whole thing warmer and rounder.” It works with ChatGPT, Claude, Gemini, or any agent. This is a Pro feature.

Step 1: Generate your API key

  1. Go to AI Agent in your admin dashboard.
  2. Tap Generate API key.
  3. Copy the key (it looks like keepp_live_…) and keep it somewhere safe — you’ll only see it once.

You can have one key at a time. Regenerating replaces the old one, and Revoke turns it off immediately if it’s ever exposed.

Step 2: Connect an AI assistant

Every assistant works a little differently, but the idea is the same: give it the Keepp skill (a short instruction file that teaches it how your page is built) and your key.

  • Claude Code — install it as a plugin with /plugin marketplace add thinslatelabs/keepp-skill, or browse the source at github.com/thinslatelabs/keepp-skill.
  • ChatGPT, Gemini, or any chat assistant — paste in the skill file, then give it your key and tell it what you want done.

Prefer the raw docs? See the developer docs and llms.txt.

Step 3: Ask it to build your page

Once it has the skill and your key, just describe what you want:

  • “Add a header called Shop, then put my three products underneath it.”
  • “Make this an affiliate card with promo code SAVE15 and link the button to my affiliate URL.”
  • “Add a form that collects emails for my free workshop.”
  • “Make my brand color #0a7c5a, round off the corners, and move my booking block to the top.”
  • “This page is getting long — break it into sections and add tabs.”

The assistant reads your current page, makes the changes, and publishes. Your page updates immediately.

What the AI agent can and can’t do

It can manage your whole page: every block — links, cards, profile, social icons, headers, text, forms, maps — plus the order they appear in, their size and alignment, and your theme.

It can’t create products or bookings, or change their prices. Those you set up yourself under Products and Bookings in the dashboard. The agent can then place them on your page and arrange them, but it can never publish a price you didn’t set. That’s deliberate: your key manages how your page looks, not what your customers get charged.

A page tops out at 100 blocks. That’s a product limit, not a technical ceiling — Keepp is built to be one focused page, not an unbounded document. Both the editor and the API enforce it, so an assistant that tries to push a page past 100 blocks gets the update rejected rather than silently truncated.

One thing to know: the agent replaces the whole page

When an assistant updates your page it sends the complete list of blocks, so a careless one could drop blocks by leaving them out. The skill file tells it to read your page first and send everything back, and every response reports how many blocks there were before and after.

In practice this is rarely a problem, but it’s worth knowing: ask it what changed, and glance at your page afterwards. If something’s missing, ask it to put it back — it still has your original page in the conversation.

Keeping your key safe

Your API key can manage your whole page, so treat it like a password:

  • Don’t share it publicly or paste it into places you don’t trust.
  • If you think it’s been exposed, open AI Agent and tap Regenerate (or Revoke) — the old key stops working right away.

Do you need this?

Not at all — everything the AI agent does, you can do by hand in the editor. It’s simply a faster way to make lots of changes at once, or to let an assistant do the busywork while you describe the result.