Chaitin Tech buildin_waf API

The buildin_waf API from Chaitin Tech — 1 operation(s) for buildin_waf.

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/chaitin-buildin-waf-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 email required.

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

OpenAPI Specification

chaitin-buildin-waf-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: APISec Management account buildin_waf API
  version: '26.05'
  description: Generated from APISec skyview APIView classes.
tags:
- name: buildin_waf
paths:
  /api/BuildinWafConfig:
    post:
      operationId: BuildinWafConfig_post
      summary: POST /api/BuildinWafConfig
      tags:
      - buildin_waf
      parameters: []
      x-cli-body-fallback: false
      requestBody:
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                uniq_key:
                  type: string
                apisec_management_ip:
                  type: string
                apisec_management_port:
                  type: integer
                apisec_minion_token:
                  type: string
                apisec_detector_ip:
                  type: string
                apisec_detector_port:
                  type: integer
                sampling_rate:
                  type: integer
                waf_management_ip:
                  type: string
                waf_management_port:
                  type: integer
                waf_minion_token:
                  type: string
                waf_minion_cert:
                  type: string
              required:
              - uniq_key
              - apisec_management_ip
              - apisec_management_port
              - apisec_minion_token
              - apisec_detector_ip
              - apisec_detector_port
              - sampling_rate
              - waf_management_ip
              - waf_management_port
              - waf_minion_token
              - waf_minion_cert