Sandbox and trial
How agents and developers try Feedjolt without a sales call: self-serve signup, the Growth trial, and Startup API keys.
There is no separate sandbox cluster. You try Feedjolt against a real workspace you own.
Product UI trial
Every new workspace gets a 14-day Growth trial. No credit card. That trial is for the dashboard, portal, and roadmap — not for the developer API.
See Trial.
Developer access (REST + MCP)
REST API keys and the MCP server are a Startup and Scale feature (the barbell: Growth trades those developer tools away for higher seat/AI limits). They are self-serve:
- Create an account (magic link or Google) at https://www.feedjolt.com.
- Create a workspace. Pick EU or US residency (immutable).
- Choose Startup (or Scale) in Settings → Billing. Startup is the cheapest plan that includes the API.
- Open Settings → API keys → New key. The full key (
fjk_…) is shown once. - Call
https://api.feedjolt.com/api/v1/…withAuthorization: Bearer fjk_…, or point an MCP client athttps://api.feedjolt.com/mcp/.
No sales form. No waitlist.
Inspect without a key
These files are public:
- OpenAPI: https://www.feedjolt.com/openapi.json
- MCP server card: https://www.feedjolt.com/.well-known/mcp.json
- Agent index: https://www.feedjolt.com/llms.txt
- Interactive API docs: https://api.feedjolt.com/docs
What we do not offer
- A hosted shared sandbox with dummy data.
- API keys on the Growth trial.
- "Contact sales to enable the API."
JWT SSO
Sign your logged-in users into the Feedjolt portal and widget with a short-lived JWT your backend mints. No second login. Configure claims, secrets, rotation.
Account
Manage your Feedjolt account: sign-in methods, profile and locale, email preferences, EU or US data region, active sessions, and account deletion.
