Skip to content

Commit 4662bfd

Browse files
Update docs content from https://github.com/depot/app
1 parent 28cc9c4 commit 4662bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/container-builds/reference/api-overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ogTitle: Overview of the Depot API
44
description: Create and manage Depot projects and builders for running image builds on behalf of your own users
55
---
66

7-
The Depot API is a collection of gRPC endpoints that grant access to our underlying architecture that make Docker image builds fast and reliable. It allows organizations to manage projects, acquire BuildKit endpoints, and run image builds their applications or services using our build architecture.
7+
The Depot API is a collection of endpoints that grant access to our underlying architecture that make Docker image builds fast and reliable. It allows organizations to manage projects, acquire BuildKit endpoints, and run image builds for their applications or services using our build architecture.
88

9-
We currently support the following SDKs for interacting with Depot:
9+
Our API is built with Connect, offering [multiprotocol support](https://connectrpc.com/docs/introduction#seamless-multi-protocol-support) for GRPC and HTTP JSON. We currently generate the following SDKs for interacting with Depot:
1010

1111
- [Node](https://github.com/depot/sdk-node)
1212

0 commit comments

Comments
 (0)