30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

MailerPress Pro List Embed Keys

mailerpress-pro/list-embed-keys returns every embed-form API key with its metadata: name, allowed domain, status and rate limits.

The raw key value is only ever returned at creation time. Never here.

At a glance

Abilitymailerpress-pro/list-embed-keys
ToolsetMailerPress Pro — toolset/mailerpress-pro
GroupMailerPress Pro › Embed Keys
RequiresAcrossAI Pro, plus MailerPress with its Pro add-on active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Pro 0.9.16 and later

How it works

An embed key lets a form on another site submit into this contact list. The key travels in the embed, which means it is visible to anyone who views the source of the page hosting it — it is a public identifier with a scope, not a secret.

That is why the allowed domain matters more than the key’s secrecy. The domain restriction is what stops a copied key working from somewhere else, and a key with no domain restriction is usable by anybody who found it.

Rate limits are the second control, and the one that matters against abuse rather than misuse: a key without one can be used to hammer the list.

So the audit question here is not “are the keys secret” but “is each key scoped”. The status, domain and limits together answer it.

Read-only.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
keysarrayEach key with its name, allowed domain, status and rate limits. No raw key value.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

What embed keys exist and where can they be used?

It resolves to one call:

{
  "ability": "mailerpress-pro/list-embed-keys",
  "parameters": {}
}

Worth knowing

  • An embed key is visible in the page source. It is scoped, not secret.
  • The allowed domain is the real control.
  • A key with no domain restriction works from anywhere.
  • The raw value is never returned here.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading