WeCareRemote uses JWT (JSON Web Token) authentication to secure access to all features — the AI assistant, blog, and API calls. When you log in, you receive a token that proves your identity and travels with every request you make, so WeCareRemote knows who you are and what you are allowed to do.Documentation Index
Fetch the complete documentation index at: https://docs.wcr.is/llms.txt
Use this file to discover all available pages before exploring further.
Logging in
You can log in to WeCareRemote through the platform’s dedicated login page or from any WordPress page that embeds the login form.Go to the login page
Visit blog.wcr.is/test-1 or open any page that uses the
[wcr_login_form] shortcode.Token-based API access
The WeCareRemote AI assistant API requires a Bearer token on every request. Once you have your JWT token, include it in theAuthorization header:
Your user profile
After you log in, your profile is encoded in your JWT token. When the token is verified, WeCareRemote returns the following fields:| Field | Description |
|---|---|
id | Your unique user identifier |
username | Your login username |
name | Your display name |
email | Your email address |
permissions | An array of roles assigned to your account |
organization.name | The name of your associated organization |
JWT tokens
Learn how to obtain your token and use it in API requests.
User roles
Understand the difference between refugee user and NGO admin access.