Skip to main content
POST
/
v1
/
frameworks
/
custom
Create a custom framework for this organization
curl --request POST \
  --url https://api.trycomp.ai/v1/frameworks/custom \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Internal Controls",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
required

Framework name

Example:

"Internal Controls"

description
string
required

Framework description

version
string

Version

Example:

"1.0"

Response

201 - undefined