Core APIs All API calls authenticate with the environment variable via Bearer token. 1. Fetch a Single Secret by Name Retrieve a secret by its key name from a specific Infisical project and environment. Replace with the exact secret key, with your Infisical project ID (found in project settings), and with the environment slug (e.g., , , ). 2. List All Secrets in a Project/Environment Replace and as above. To include secrets from sub-folders recursively, append to the query string. Guidelines 1. Authentication: All requests use as a Bearer token. No token exchange is needed — the connector use…