Core — Untagged
Core — Untagged. 11 operations. Lead operation: Get Forgejo git credentials for the authenticated user. Self-contained Naftiko capability covering one business surface.
Core — Untagged is a Naftiko capability published by Scalar, one of 22 capabilities the APIs.io network indexes for this provider. It bundles 11 operations across the POST, GET, and DELETE methods.
The capability includes 2 read-only operations and 9 state-changing operations. Lead operation: Internally get GitHub token for a linked SDK repository. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Scalar and Untagged.
What You Can Do
MCP Tools
scalar-postinternalsdkauthorizegithub
Internally get GitHub token for a linked SDK repository
scalar-getforgejogitcredentials
Get Forgejo git credentials for the authenticated user
scalar-postdocsprojectscreate
Create a unified DocsProject backed by the chosen VCS provider (forgejo, github, or bitbucket)
scalar-deletedocsprojectsdelete
Delete a unified DocsProject. Tears down deploys + publish records + cached builds, repoints user activeProjectUid, deletes the Forgejo repo
scalar-getdocsprojectsslug
Get a unified DocsProject by slug for the current team
scalar-postdocsprojectsupdatereposettings
Update editable repository settings (tracked branch, config path) on a unified DocsProject. Publish flags live in scalar.config.json.
scalar-postdocsprojectsprojectuidlinkgithub
Convert a Forgejo-backed DocsProject into a GitHub-backed one. Reads every file from the Forgejo repo and opens a single PR on the chosen Gi
scalar-postdocsprojectsprojectuidunlinkgithub
Convert a GitHub-backed DocsProject back to a Forgejo-backed one. Migrates the GitHub repository contents into a fresh Forgejo repo and flip
scalar-postdocsprojectsprojectuidlinkbitbucket
Convert a Forgejo-backed DocsProject into a Bitbucket-backed one. Reads every file from the Forgejo repo and opens a single PR on the chosen
scalar-postdocsprojectsprojectuidunlinkbitbucket
Convert a Bitbucket-backed DocsProject back to a Forgejo-backed one. Migrates the Bitbucket repository contents into a fresh Forgejo repo an
scalar-postdocsprojectsprojectuidbitbucketrefreshwebhook
Re-register the Bitbucket webhook on a Bitbucket-backed DocsProject. Used to recover from a failed initial registration after the linker use