schema.org.ai

apigee

API management platform by Google Cloud.

Extends: Technology

Apigee

API management platform by Google Cloud.

Overview

Category: API software

API management platform by Google Cloud.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Apigee',
  category: 'API software',
  description: 'API management platform by Google Cloud.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Apigee",
  "applicationCategory": "API software",
  "description": "API management platform by Google Cloud."
}