Skip to main content
GET
/
v1
/
prompts
List or look up prompts
curl --request GET \
  --url https://api.agentmark.co/v1/prompts \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Agentmark-App-Id: <api-key>'
{
  "data": {
    "paths": [
      "<string>"
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.agentmark.co/llms.txt

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

Authorizations

X-Agentmark-App-Id
string
header
required

Application ID for tenant scoping

Authorization
string
header
required

API key (sk_agentmark_*)

Query Parameters

name
string

Frontmatter name to filter by. Returns paths of all prompts whose name matches; empty array on miss.

Required string length: 1 - 255

Response

Matching prompt paths.

data
object
required