nemesis_create_app
Create a new app in Nemesis Shield to get an install token (nsk_) for protecting web, API, or LLM deployments. First step before integrating the one-line SDK.
Instructions
Create a Nemesis Shield app in the developer's account and return its install token (nsk_). This is the first step to protect an app/API/LLM: create it, then add the one-line SDK. Requires the NEMESIS_API_KEY env var (a developer API key from the Shield console).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | web (default), api, or llm | |
| name | Yes | A name for the app (e.g. 'my-api') |