/bff/ai-agent/system-prompt
Assembles a ready-to-paste system prompt that briefs an external AI agent (Claude Code, ChatGPT, …) on how to operate the BizKitHub API on behalf of the current user and organisation. The prompt embeds the current session cookie so the agent can authenticate against api.bizkithub.com; treat the response as a secret.
AI AgentgetBffAi-agentSystem-prompt
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/ai-agent/system-prompt
curl -X GET "https://api.bizkithub.com/bff/ai-agent/system-prompt" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Ready-to-copy system prompt for an external AI agent.
{
"systemPrompt": "example_systemPrompt",
"generatedAt": "example_generatedAt"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.