Node Connectivity

There are 96 nodes that can be used as predessesor for a node with an input port of type OpenAI Nodes: Configuration.

Delete Project User 

Deletes a user from the project.

List Project Service Accounts 

Returns a list of service accounts in the project.

Create Project Service Account 

Creates a new service account in the project. This also returns an unredacted API key for the service account.

Retrieve Project Service Account 

Retrieves a service account in the project.

Delete Project Service Account 

Deletes a service account from the project.

List Project Api Keys 

Returns a list of API keys in the project.

Retrieve Project Api Key 

Retrieves an API key in the project.

Delete Project Api Key 

Deletes an API key from the project.

Create Upload 

Creates an intermediate [Upload](/docs/api-reference/uploads/object) object that you can add [Parts](/docs/api-reference/uploads/part-object) to. Currently, […]

Add Upload Part 

Adds a [Part](/docs/api-reference/uploads/part-object) to an [Upload](/docs/api-reference/uploads/object) object. A Part represents a chunk of bytes from […]