Checks for your CI.
One credit is one workflow file checked. Buy a pack by card, get one key for your team, and put it in your repository's secrets. Each time the GitHub Action (or your own call to the check) reads an n8n workflow or a LangGraph graph with that key, one credit is spent. A file the check cannot read spends nothing, and neither does a file the Action skips because it is not a workflow.
Using the key
- In GitHub. Save the key as a repository secret named MUOTO_KEY, and give it to the Action:
key: ${{ secrets.MUOTO_KEY }}. - On the compare page. Paste it in the key field of Compare two versions. The page sends it with that one request and does not keep it.
- From anywhere else. Send it with each check as
Authorization: Bearerand your key. - What is left.
GET /api/creditswith the same header answers how many checks your team has left and the last 20 it spent or bought, with dates. - When it runs out. A check with no credit left is refused with a note that says where to buy more, and it is not read. The key stays the same after you add a pack.
Reading a workflow is free, with no key, as on the front page; a key buys the two things a team counts on, a build step that fails the job on new findings and a comparison of two versions.