---
title: "Create access key"
method: POST
path: "/pipeline/gateway-route/{gateway_route_id}/access-key"
tags: ["Shared Sources"]
---

# Create access key

`POST /pipeline/gateway-route/{gateway_route_id}/access-key`

Create an access key associated with this gateway route

## Path parameters

- `gateway_route_id` string, uuid, required

## Request body

- object
  - `type` 'generated' | 'user_defined', required
  - `title` string, required
  - `key` string

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
