Learning & Training · Integration
ClassMarker
Add ClassMarker to your product for your customers, and give your AI agents governed access to it.
ClassMarker's API is read-oriented and organised around results rather than authoring: you cannot build tests through it, only list what a key is permitted to see and pull completed attempts. Requests go to api.classmarker.com/v1 with paths such as tests/available.json and links/{link_id}/results.json, and every call needs both an API key and its secret, so an unauthenticated request returns HTTP 200 with an apiKeyAuthFail error body rather than a 401, which means status codes alone will not tell you the call worked. Each API key is scoped in the ClassMarker account to particular tests or groups, so a key that works for one cohort returns nothing at all for another instead of an authorisation error. Webhooks push each result as it is submitted and are verified with the same shared secret, so most implementations combine the webhook for freshness with the results endpoint for backfill after an outage. fastn stores each customer's key and secret pair, authenticates every request for them and keeps the per-key test scoping intact.
In your product
Embedded for your customers. Per-tenant auth, no per-customer code, maintained by fastn.
Let a customer connect their own ClassMarker account so their assessment results flow into your learning records automatically
Mark a course module complete in your product as soon as a learner passes the linked ClassMarker test
Backfill historic attempt data for a customer during onboarding so their compliance history is not lost
Flag learners whose score fell below the pass mark so a manager can schedule a retake
For your AI agents
Governed, audited access for the agents you build, through the MCP server.
Ask an agent to list everyone in a customer's account who has not yet attempted a mandatory test, with the lookup audited per tenant
Have an agent reconcile webhook-delivered results against the results endpoint and report gaps
Let an agent summarise pass rates per test group for a training review
Example prompt
Who failed the safety assessment this month and needs a retake?
Set up ClassMarker in 4 steps
- 01Enable the ClassMarker connector from your fastn dashboard.
- 02Have each customer authorise their own ClassMarker account, so calls run under their credentials rather than a shared key.
- 03Decide which learners, training records and credentials your product needs, map those fields, then enable the actions and triggers you want.
- 04Call it from your product and expose it to your agents through the same governed connection.
Why teams use the ClassMarker integration
What you get by embedding it with fastn instead of building it yourself.
- Ship a ClassMarker integration without building it. Your customers connect their own ClassMarker account inside your product and work their learners, training records and credentials there, with no per-customer code on your side.
- Handle the part that actually costs time: completion records get used as compliance evidence, so they have to be accurate and attributable. fastn owns the auth, token refresh, rate limits, pagination and breaking-change fixes, so a ClassMarker update is not your on-call problem.
- One integration serves your product and your agents. The same governed ClassMarker connection powers in-product features and gives AI agents scoped, audited access, so you keep training records current without chasing spreadsheets without wiring it twice.
Used by these teams
Compare with
Often used alongside
Tools the same teams tend to run next to ClassMarker, across other categories.
ClassMarker integration FAQ
How do I add a ClassMarker integration to my product?
Enable the ClassMarker connector in your fastn dashboard, then let each customer authenticate their own ClassMarker account. fastn handles the OAuth flow, token storage and refresh per tenant, so there is no ClassMarker client code in your app and no per-customer branch in your codebase. Setup is 4 steps.
Do my customers each connect their own ClassMarker account?
Yes. Every connection is scoped to the individual customer, so each authorises their own ClassMarker account and only ever sees their own learners, training records and credentials. That per-tenant isolation is the point of an embedded integration: you support the long tail of customer setups without maintaining an integration per customer.
Can AI agents use this ClassMarker integration?
Yes. The same connection is exposed to your agents through the fastn MCP gateway, with permissions scoped per tenant and every call audited. Ask an agent to list everyone in a customer's account who has not yet attempted a mandatory test, with the lookup audited per tenant
Who maintains the ClassMarker integration?
fastn does. When ClassMarker changes an endpoint, deprecates a field or alters its auth, the fix lands in the connector rather than in your backlog, and your customers' connections keep working.
Can my product enrol a learner or award a credential in ClassMarker automatically?
Yes. An event in your product can enrol someone, assign a course, add them to a training path, or issue a credential in the customer's own ClassMarker account, so training and recognition follow what actually happened rather than a manual upload.
Can I read completion and credential records back out of ClassMarker?
Yes, scoped per tenant and audited. Completions and issued credentials are frequently used as compliance evidence, so the read is logged and attributable rather than a bulk export nobody can trace.
What can I build with the ClassMarker integration?
A common starting point: let a customer connect their own ClassMarker account so their assessment results flow into your learning records automatically. Teams also use it for the other use cases listed above, and expose it to agents for governed reads and writes.
How much does the ClassMarker integration cost?
It is included. Pricing is based on connected accounts, not on how many connectors you enable, so adding ClassMarker does not change your per-connector cost. You can start free with 3 connected accounts.
Add ClassMarker to your product
Start free with 3 connected accounts. No sales call required, and no per-customer integration code.