---
title: "Create a new portfolio"
method: POST
path: "/portfolios"
tags: ["portfolios"]
---

# Create a new portfolio

`POST /portfolios`

## Request body

- PortfolioCreate
  - `name` string, required — human-readable name
  - `description` string — human-readable description
  - `privacy` 'private' | 'shared' | 'team' — private: only visible to owner, shared: visible to the entire organization, team: group of users within an organization
  - `team_id` string — the team id

## Response `200`

the created portfolio

---

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