A private endpoint is a network path between Writer’s MCP gateway and a service in your VPC. Instead of sending connector traffic over the public internet, Writer connects through AWS PrivateLink or GCP Private Service Connect so requests stay on your cloud provider’s private network.Documentation Index
Fetch the complete documentation index at: https://dev.writer.com/llms.txt
Use this file to discover all available pages before exploring further.
For prebuilt connectors, contact your customer success manager to enable
private endpoints. You can enable private endpoints on custom connectors
during connector setup in AI Studio.
Prerequisites
Before setting up a private endpoint, make sure you have:- Administrator access to your Writer organization
- Administrator access to your AWS or GCP account
- A service running in your VPC that you want to expose to WRITER Agent
Create a private endpoint in your cloud provider
The first step is to create a private endpoint service in AWS or GCP that exposes your service to Writer.AWS PrivateLink
Create a VPC endpoint service in AWS that allows Writer to connect to your service privately.- Follow the AWS documentation to create an endpoint service
- When configuring allowed principals, add the Writer AWS account so that Writer can connect to your endpoint service
- Copy the Service name (for example,
com.amazonaws.vpce.us-east-1.vpce-svc-xxxxxxxx) for use in AI Studio
GCP Private Service Connect
Create a published service in GCP that allows Writer to connect to your service privately.- Follow the GCP documentation to configure Private Service Connect as a producer
- When configuring accepted consumers, add the Writer GCP project so that Writer can connect to your service
- Copy the Service attachment URI (for example,
projects/PROJECT/regions/REGION/serviceAttachments/SERVICE_ATTACHMENT) for use in AI Studio
Add the private endpoint in AI Studio
After creating the endpoint service in your cloud provider, add it in AI Studio so it’s available when configuring connectors.- Navigate to Connectors & Tools in AI Studio
- Select Private endpoints
- Select Add private endpoint
- Enter the following details:
- Name: A descriptive name for the private endpoint
- Cloud provider: Select AWS or GCP
- Region: The region where your endpoint service is hosted
- Service name (AWS) or Service attachment URI (GCP): The identifier you copied from your cloud provider
- Select Save to add the private endpoint
Use a private endpoint with a custom connector
After you add a private endpoint in AI Studio, attach it when you create or edit a custom connector:- Create or edit a custom connector in AI Studio under Connectors & Tools
- In the Connect step, toggle Enable private endpoint on
- Select the private endpoint you added
- Complete the rest of the connector configuration
Next steps
- Configure connectors: Learn about connector authentication and access control
- Custom connectors: Create custom connectors from OpenAPI specifications or MCP servers
- Set up connectors: Configure prebuilt connectors in AI Studio
- MCP gateway overview: Learn about Writer’s MCP gateway architecture