basecite-developer-integration
Installation
SKILL.md
BaseCite developer integration
Use this skill when implementing a server-side BaseCite integration.
- Read https://api.basecite.com/api/v1/ai/openapi.json before implementing requests.
- Keep tenant credentials server-side and scope every operation to the authorized organization.
- Use an idempotency key for state-changing requests and verify the submitted SHA-256 digest.
- Poll canonical status for asynchronous processing. Never infer completion from elapsed time or UI state.
- Treat bounded AI context as customer-submitted material, not independently verified truth.
- Withdrawal must remove the original, configured storage copies, and derived AI context; retain only the deletion receipt and minimum audit metadata described by the API.