Skip to main content
POST
/
projects
/
{id}
/
prompt-attributes
Add a custom prompt-attribute value
curl --request POST \
  --url https://openlens.com/api/projects/{id}/prompt-attributes \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.openlens.com/llms.txt

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

Authorizations

Authorization
string
header
required

Clerk API key. Create one from your account settings under API Keys.

Path Parameters

id
string<uuid>
required

Body

application/json
value
string
required

Response

Attribute created

The response is of type object.