# Company Auth Company registration, login, and profile management. ## Company login - [POST /auth/company/login](https://lumo.redocly.app/apis/company-auth/logincompany.md): Authenticates company by email/password and rotates API key. Previous key becomes invalid after successful login. ## Get company profile - [GET /auth/company/profile](https://lumo.redocly.app/apis/company-auth/getcompanyprofile.md) ## Update company profile - [PATCH /auth/company/profile](https://lumo.redocly.app/apis/company-auth/updatecompanyprofile.md) ## Regenerate company API key - [POST /auth/company/regenerate-key](https://lumo.redocly.app/apis/company-auth/regeneratecompanyapikey.md): Rotates and returns a new API key for current company.