---
title: "Create Protein"
method: POST
path: "/protein"
tags: ["protein"]
---

# Create Protein

`POST /protein`

## Cookies

- `access_token` string, nullable

## Request body

- ProteinCreate
  - `name` string, nullable
  - `protein_data` object, required
  - `ancestor_uuid` string, nullable
  - `pocket` array[], nullable
    - number[]
  - `project_uuid` string, nullable

## Response `200`

Successful Response

- Protein
  - `uuid` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `deleted_at` string, date-time, nullable
  - `data` object, nullable
  - `used_in_workflow` boolean, required
  - `active` boolean, required
  - `ancestor_uuid` string, nullable
  - `name` string, nullable
  - `sanitized` integer
  - `public` boolean
  - `pocket` array[], nullable
    - number[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rowansci/apis/eyrie.md) · [All operations](https://skmtc.dev/rowansci/apis/eyrie/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rowansci/eyrie/revisions/f786577eede6/schema)
