Xiaoman (OKKI) Dev Ops API

The Dev Ops API from Xiaoman (OKKI) — 6 operation(s) for dev ops.

Operations 6

POST /v1/dingtalk/webhook 钉钉回调 #
GET /v1/tapd/webhook tapd回调接口 #
GET /api/internal/sobot/getsobottoken 获取智齿token #
GET /api/internal/sobot/refreshsobottoken 智齿刷新接口 #
POST /api/internal/prometheus/cisaveappversion app版本发布 #
POST /api/dingtalkwrite/deletedingtalkmember 钉钉管理-删除账号 #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/xiaoman-dev-ops-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

xiaoman-dev-ops-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Xiaoman (OKKI CRM) Open Devops相关 API
  description: Aggregated OpenAPI for the Xiaoman / OKKI CRM Open API (小满科技, an Alibaba company).
  version: 1.0.0
  x-harvested: '2026-07-21'
  x-source: https://open.xiaoman.cn/llms.txt
servers:
- url: https://api-sandbox.xiaoman.cn
  description: Production API host (per quick-start doc)
tags:
- name: Dev Ops
paths:
  /v1/dingtalk/webhook:
    post:
      summary: 钉钉回调
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496683-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496683
        description: Published operation doc (Apifox)
      operationId: postV1DingtalkWebhook
      x-operation-id-source: derived
  /v1/tapd/webhook:
    get:
      summary: tapd回调接口
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496684-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496684
        description: Published operation doc (Apifox)
      operationId: getV1TapdWebhook
      x-operation-id-source: derived
  /api/internal/sobot/getsobottoken:
    get:
      summary: 获取智齿token
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496685-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496685
        description: Published operation doc (Apifox)
      operationId: getApiInternalSobotGetsobottoken
      x-operation-id-source: derived
  /api/internal/sobot/refreshsobottoken:
    get:
      summary: 智齿刷新接口
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496686-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496686
        description: Published operation doc (Apifox)
      operationId: getApiInternalSobotRefreshsobottoken
      x-operation-id-source: derived
  /api/internal/prometheus/cisaveappversion:
    post:
      summary: app版本发布
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      requestBody:
        content:
          multipart/form-data:
            schema:
              type: object
              properties:
                app_key:
                  example: ''
                  type: string
                version:
                  example: ''
                  type: string
                app_name:
                  example: okki
                  type: string
                app_platform:
                  example: android
                  type: string
                version_description:
                  example: ''
                  type: string
                secret_key:
                  example: ''
                  type: string
                min_version:
                  type: integer
                  example: 1
                file_name:
                  example: ''
                  type: string
                file_size:
                  example: ''
                  type: string
                file_url:
                  example: ''
                  type: string
                file_md5:
                  example: ''
                  type: string
                content:
                  example: ''
                  type: string
                extension_data:
                  example: ''
                  type: string
                is_diff:
                  type: integer
                  example: 0
                is_ABTest:
                  type: integer
                  example: 0
                status:
                  type: integer
                  example: 0
                project_id:
                  type: integer
                  example: 0
                branch:
                  example: ''
                  type: string
                pipeline_tag:
                  example: ''
                  type: string
                pipeline_id:
                  type: integer
                  example: 0
              required:
              - app_key
              - version
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496687-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496687
        description: Published operation doc (Apifox)
      operationId: postApiInternalPrometheusCisaveappversion
      x-operation-id-source: derived
  /api/dingtalkwrite/deletedingtalkmember:
    post:
      summary: 钉钉管理-删除账号
      deprecated: false
      description: ''
      tags:
      - Dev Ops
      parameters:
      - name: dingtalk_user_id
        in: query
        description: ''
        required: false
        schema:
          type: integer
      - name: crm_user_id
        in: query
        description: ''
        required: false
        schema:
          type: integer
      - name: Authorization
        in: header
        description: 从/v1/oauth2/access_token获取到的access_token
        required: true
        example: '{{access_token}}'
        schema:
          type: string
          default: '{{access_token}}'
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties: {}
          headers: {}
          x-apifox-name: 成功
        x-200:请求成功:
          description: ''
          content:
            application/json:
              schema:
                title: ''
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: string
                x-apifox-orders:
                - code
                - msg
              example:
                msg: success
                code: 0
          headers: {}
          x-apifox-name: 请求成功
      security: []
      x-apifox-folder: devops相关
      x-apifox-status: released
      x-run-in-apifox: https://open.xiaoman.cn/web/project/345096/apis/api-3496688-run
      externalDocs:
        url: https://open.xiaoman.cn/api-3496688
        description: Published operation doc (Apifox)
      operationId: postApiDingtalkwriteDeletedingtalkmember
      x-operation-id-source: derived