# Integrate with GraphOS using the new Platform API

DevFeed: [Integrate with GraphOS using the new Platform API](<https://devfeed.tech/articles/integrate-with-graphos-using-the-new-platform-api-23402.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/integrate-with-graphos-using-the-new-platform-api>)

Author: Jenn Allen

Published: 2022-10-05T15:39:47Z

Content type: tutorial

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [GraphOS](<https://devfeed.tech/topics/graphos.md>), [API](<https://devfeed.tech/topics/api.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [ci](<https://devfeed.tech/tags/ci.md>), [cli](<https://devfeed.tech/tags/cli.md>), [graphos](<https://devfeed.tech/tags/graphos.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [schema](<https://devfeed.tech/tags/schema.md>), [tests](<https://devfeed.tech/tags/tests.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

## AI overview

Apollo introduces a public GraphOS Platform API for automating GraphOS operations in external systems and CI workflows. The article explains how it relates to Rover and demonstrates operations such as retrieving supergraphs, fetching environment-specific graphs, publishing schemas, and checking schemas for errors.

## Source excerpt

As of today, you can now use our new public API to integrate with the Apollo GraphOS platform. We built this API to enable those using GraphOS to easily automate operations in their own systems and CI workflows. In fact, this is the same API that the Rover CLI uses to run schema checks and publish schemas to Apollo Studio. Under the hood, the GraphOS platform API uses schema contracts to make our private platform API publicly available.