Implementation facts
Recommended implementation workflow
Define the integration purpose and least-privilege scope required.
Issue the API key from the authenticated Cybatar administration workflow.
Copy the full token at issuance and store it in an appropriate secret store.
Confirm which deployment endpoints and middleware actually enforce the intended scope.
Monitor status, expiry and last-use metadata and rotate credentials when necessary.
Security and claim boundary
This guide documents the API-key record and issuance behaviour visible in the application. It does not claim that every listed scope is currently enforced by every route or that Cybatar exposes a complete public REST API.
Frequently asked questions
Does Cybatar store full API tokens after issuance?
The current issuance workflow stores a one-way SHA-256 hash plus a shortened preview, not the issued token value itself.
Do Cybatar API keys expire?
The current issuance workflow creates expiry metadata one year from issuance. Deployment policy can require earlier rotation.
Does the presence of API keys mean every Cybatar module is accessible by API?
No. Available endpoints and scope enforcement must be verified in the actual deployment.