API keys and programmatic access

Talk to Formspry from your own code.

Open the Developers page in your dashboard to generate a personal API key. It starts with fmspry_ and is shown once — store it somewhere safe.

Using it

Send it as a bearer token on any request:

curl https://formspry.com/api/mcp \
  -H "Authorization: Bearer fmspry_YOUR_KEY"

Keeping keys safe

  • Never put a key in front-end code or a public repository — it grants full access to your forms and responses.
  • Rotate the key from the Developers page if you think it's been exposed. The old key stops working immediately.

Didn’t answer your question?

We reply to every message, usually within one working day.

Contact support