API Reference / Strategy - Initiative Ownership Bulk

Get AI Agent linking prompt

get https://api.intelig.ai/api/v1/intelig/strategy/ownership/linking-prompt

Auth: Authorization: ApiKey <key> (an API key sent as Bearer is rejected) or Authorization: Bearer <jwt> for a dashboard session. operationId: getLinkingPrompt

Returns a self-contained linking prompt with the two-phase codebase exploration methodology, the organization's initiatives, and repository list inlined. Used by the AI Agent flow — users copy this to Claude/ChatGPT for accurate linking.

Example request

curl -X GET "https://api.intelig.ai/api/v1/intelig/strategy/ownership/linking-prompt" \
  -H "Authorization: ApiKey $INTELIG_API_KEY"

Response 200

application/json · ApiResponseString

FieldTypeDescription
success boolean
message string
data string

Status codes

  • 200 — Linking prompt generated
  • 401 — —
  • 429 — —

Every response is wrapped in { success, message, data }. A 4xx means the request is wrong — do not retry it unchanged. A 429 carries Retry-After in seconds.