llms.txt Content
# Endor Labs Documentation
> Endor Labs documentation - secure your software supply chain
## Docs
- [CreateAPIKey](https://docs.endorlabs.com/api-reference/apikeyservice/createapikey.md): Creates an API key.
- [DeleteAPIKey](https://docs.endorlabs.com/api-reference/apikeyservice/deleteapikey.md): Deletes the API key specified by the UUID.
- [GetAPIKey](https://docs.endorlabs.com/api-reference/apikeyservice/getapikey.md): Fetches the API key dentified by the UUID.
- [ListAPIKeys](https://docs.endorlabs.com/api-reference/apikeyservice/listapikeys.md): Lists all API keys for a given namespace.
- [CreateAPIKeyReq](https://docs.endorlabs.com/api-reference/apikeyvalidatorservice/createapikeyreq.md): Validates an API key.
- [CreateArtifactSignature](https://docs.endorlabs.com/api-reference/artifactsignatureservice/createartifactsignature.md): Creates a new artifact signature.
- [GetArtifactSignature](https://docs.endorlabs.com/api-reference/artifactsignatureservice/getartifactsignature.md): Fetches an artifact signature identified by the UUID.
- [ListArtifactSignatures](https://docs.endorlabs.com/api-reference/artifactsignatureservice/listartifactsignatures.md): Lists all artifact signatures.
- [UpdateArtifactSignature](https://docs.endorlabs.com/api-reference/artifactsignatureservice/updateartifactsignature.md): Updates the artifact signature.
- [GetAuditLog](https://docs.endorlabs.com/api-reference/auditlogservice/getauditlog.md): Fetches an audit log identified by the UUID.
- [ListAuditLogs](https://docs.endorlabs.com/api-reference/auditlogservice/listauditlogs.md): List all audit logs in a given namespace.
- [CreateAuthenticationLog](https://docs.endorlabs.com/api-reference/authenticationlogservice/createauthenticationlog.md): Creates an authentication log for a given object.
- [DeleteAuthenticationLog](https://docs.endorlabs.com/api-reference/authenticationlogservice/deleteauthenticationlog.md): Deletes the authentication log specified by its UUID.
- [GetAuthentica