Seven Bridges Seven Bridges Platform API

The Seven Bridges Platform API from Seven Bridges — 1 operation(s) for seven bridges platform.

Operations 1

GET / List all API paths #

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/seven-bridges-seven-bridges-platform-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

seven-bridges-seven-bridges-platform-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Seven Bridges Platform API
  version: unknown
servers:
- url: https://api.sbgenomics.com/v2
security:
- {}
tags:
- name: Seven Bridges Platform
paths:
  /:
    get:
      summary: List all API paths
      description: ''
      operationId: list-all-api-paths
      responses:
        '200':
          description: '200'
          content:
            application/json:
              examples:
                Result:
                  value: "{\n  \"rate_limit_url\": \"https://api.sbgenomics.com/v2/rate_limit\",\n  \"user_url\": \"https://api.sbgenomics.com/v2/user\",\n  \"users_url\": \"https://api.sbgenomics.com/v2/users\",\n  \"billing_url\": \"https://api.sbgenomics.com/v2/billing\",\n  \"projects_url\": \"https://api.sbgenomics.com/v2/projects\",\n  \"files_url\": \"https://api.sbgenomics.com/v2/files\",\n  \"tasks_url\": \"https://api.sbgenomics.com/v2/tasks\",\n  \"apps_url\": \"https://api.sbgenomics.com/v2/apps\",\n  \"action_url\": \"https://api.sbgenomics.com/v2/action\",\n  \"upload_url\":\"https://api.sbgenomics.com/v2/upload\",\n  \"storage_url\": \"https://api.sbgenomics.com/v2/storage\"\n}"
              schema:
                type: object
                properties:
                  rate_limit_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/rate_limit
                  user_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/user
                  users_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/users
                  billing_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/billing
                  projects_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/projects
                  files_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/files
                  tasks_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/tasks
                  apps_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/apps
                  action_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/action
                  upload_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/upload
                  storage_url:
                    type: string
                    example: https://api.sbgenomics.com/v2/storage
      deprecated: false
      security: []
      x-readme:
        code-samples:
        - language: http
          code: 'GET /v2/ HTTP/1.1

            Host: api.sbgenomics.com

            X-SBG-Auth-Token: 3210a98c1db9318fa9d9273156740f74'
        samples-languages:
        - http
      tags:
      - Seven Bridges Platform
x-readme:
  headers:
  - key: X-SBG-Auth-Token
    value: <your-token-here>
x-readme-fauxas: true