Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sitectl.libops.io/llms.txt

Use this file to discover all available pages before exploring further.

Use the authentication commands before running LibOps API workflows:
sitectl libops login
sitectl libops whoami
sitectl libops logout
login opens a browser authentication flow and stores the resulting credentials in the local sitectl credential directory. whoami prints the current authentication state, and logout removes the local OAuth token. Pass --api-url when authenticating against a non-default LibOps API endpoint:
sitectl libops login --api-url https://api.libops.io

API keys

Use API keys for non-interactive automation:
sitectl libops create apikey --name ci-deploy
sitectl libops list apikeys
sitectl libops delete apikey "$API_KEY_ID"
The LibOps plugin checks for an API key before falling back to OAuth credentials.