---
title: "Create API Key"
method: POST
path: "/v1/companies/{company_code_or_sid}/api-keys"
tags: ["companies"]
---

# Create API Key

`POST /v1/companies/{company_code_or_sid}/api-keys`

Create a new API Key for the specified Company

## Path parameters

- `company_code_or_sid` string, required

## Request body

- StreemApiCreateCompanyApiKeyRequest
  - `expires_at` string, date-time
  - `label` string

## Response `default`

default response

- StreemApiCreateCompanyApiKeyResponse
  - `api_key` StreemApiCompanyApiKey
    - `api_key_id` string
    - `api_key_secret` string
    - `expires_at` string, date-time
    - `company_sid` string
    - `label` string

---

[API](https://skmtc.dev/streem/apis/streem-api.md) · [All operations](https://skmtc.dev/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streem/streem-api/revisions/04250faebd19/schema)
