Skip to main content
Gitea logo

Gitea

Community managed lightweight code hosting solution written in Go

This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.

Connect

Gitea authenticates with an API key. Generate the credential in your Gitea account, then paste it into FlyMyAI the first time an agent uses a Gitea action.

Get your Gitea credential →

Fields to fill in FlyMyAI

FieldDetails
Base URLThe base URL of your Gitea instance. (required)
API KeyAn API key token is created via the Gitea installation web interface: Settings | Applications | Generate New Token. (required)

Actions

Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.

ActionWhat it doesRequired inputs
GITEA_ACTIVITYPUB_PERSONTool to retrieve the ActivityPub Person actor for a Gitea user. Use when you need to fetch a user's ActivityPub representation for federation purposes or to get ActivityStreams-formatted user data.user_id
GITEA_GET_GENERAL_API_SETTINGSTool to retrieve the Gitea instance's global API settings including pagination limits and response size constraints. Use when you need to understand API rate limits or configuration parameters.-
GITEA_GET_GENERAL_ATTACHMENT_SETTINGSTool to retrieve the Gitea instance's global settings for file attachments including enabled status, allowed file types, size limits, and file count limits. Use when you need to understand the attachment configuration of the instance.-
GITEA_GET_GENERAL_REPOSITORY_SETTINGSTool to retrieve the Gitea instance's global settings for repositories including feature flags for mirroring, HTTP Git, migrations, stars, time tracking, and LFS. Use when you need to understand which repository features are enabled or disabled at the instanc…-
GITEA_GET_GENERAL_UI_SETTINGSTool to retrieve the Gitea instance's global settings for UI including default theme, allowed reactions, and custom emojis. Use when you need to understand the UI configuration of the instance.-
GITEA_GET_GITIGNORE_TEMPLATE_INFOTool to retrieve information about a specific gitignore template. Use when you need the content of a gitignore template for repository creation or configuration.name
GITEA_GET_LABEL_TEMPLATE_INFOTool to retrieve all labels from a specific label template. Use when you need to view the predefined label set for repository configuration.name
GITEA_GET_LICENSE_TEMPLATE_INFOTool to retrieve information about a specific license template. Use when you need the content and details of a license template for repository creation or configuration.name
GITEA_GET_NODE_INFOTool to retrieve the nodeinfo of the Gitea application. Use when you need standardized metadata about the Gitea server following the NodeInfo specification.-
GITEA_GET_SIGNING_KEYTool to retrieve the default GPG signing key used by Gitea to sign commits. Use when you need to verify commits signed by the Gitea instance or import the public key to trust Gitea-generated commits.-
GITEA_GET_VERSIONTool to retrieve the version of the Gitea application. Use when you need to check the Gitea server version.-
GITEA_LIST_GITIGNORE_TEMPLATESTool to retrieve all available gitignore templates. Use when creating a repository to select an appropriate .gitignore template.-
GITEA_LIST_LABEL_TEMPLATESTool to retrieve all available label templates. Use when you need to discover which predefined label sets are available for repositories.-
GITEA_LIST_LICENSE_TEMPLATESTool to retrieve all available license templates. Use when creating a repository to select an appropriate license template.-
GITEA_ORG_GET_ALLTool to retrieve a paginated list of all organizations in the Gitea instance. Use when you need to list all organizations or browse organizations with pagination support.-
GITEA_ORG_LIST_ACTIONS_SECRETSTool to list all action secrets for an organization. Use when you need to retrieve the list of secrets configured at the organization level. Note that secret values are never returned through the API for security purposes.org
GITEA_RENDER_MARKDOWNTool to render a markdown document as HTML with configurable rendering modes and context. Use when you need to convert markdown to HTML with specific rendering contexts like comments, wiki pages, or files.text
GITEA_RENDER_MARKDOWN_RAWTool to render raw markdown text as HTML. Use when you need to convert markdown content to HTML format for display or processing.markdown_text
GITEA_RENDER_MARKUPTool to render a markup document as HTML with support for multiple markup formats. Use when you need to convert markup content (Markdown, AsciiDoc, etc.) to HTML with specific rendering contexts like comments, wiki pages, or files.text
We love our partners - FlyMy.AI builds with the best. Thanks, Gitea!