·bknd-protect-endpoint
</>

bknd-protect-endpoint

cameronapak/bknd-skills

Use when securing specific API endpoints in Bknd. Covers protecting custom HTTP triggers, plugin routes, auth middleware for Flows, checking permissions in custom endpoints, and role-based endpoint access.

7Installs·0Trend·@cameronapak

Installation

$npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-protect-endpoint

SKILL.md

Secure specific API endpoints with authentication and authorization checks.

| Type | Path Pattern | How to Protect |

| Data API | /api/data/ | Guard permissions (automatic) | | Auth API | /api/auth/ | Built-in protection | | Media API | /api/media/ | Guard permissions (automatic) | | HTTP Triggers | Custom paths | Manual auth check | | Plugin Routes | Custom paths | Manual auth check |

Use when securing specific API endpoints in Bknd. Covers protecting custom HTTP triggers, plugin routes, auth middleware for Flows, checking permissions in custom endpoints, and role-based endpoint access. Source: cameronapak/bknd-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-protect-endpoint
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is bknd-protect-endpoint?

Use when securing specific API endpoints in Bknd. Covers protecting custom HTTP triggers, plugin routes, auth middleware for Flows, checking permissions in custom endpoints, and role-based endpoint access. Source: cameronapak/bknd-skills.

How do I install bknd-protect-endpoint?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cameronapak/bknd-skills --skill bknd-protect-endpoint Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/cameronapak/bknd-skills