Documentation Index
Fetch the complete documentation index at: https://docs.rad.security/llms.txt
Use this file to discover all available pages before exploring further.
BusinessMap Integration Setup
This guide walks you through generating a BusinessMap (formerly Kanbanize) API key, identifying your instance URL, and configuring the integration in RAD Security so that security incidents and remediation work can be tracked as cards on your BusinessMap boards. BusinessMap is a portfolio kanban platform used for managing work across teams. Once integrated, RAD Security can create cards from security findings, sync card updates, and surface BusinessMap card context inside RADBot and Automations.Prerequisites
Before you begin, ensure you have:- Admin access to your BusinessMap account (to generate API keys and manage users)
- The URL of your BusinessMap instance (e.g.
https://yourcompany.kanbanize.com) - Access to a RAD Security workspace with integration permissions
Service User Recommended: Create a dedicated BusinessMap user for this integration. Personal users may be removed when team members leave, which will break the integration.
Step 1: Create a Service User in BusinessMap
Sign in as Administrator
Sign in to your BusinessMap instance with an account that has administrative privileges.
Open User Management
- Click the gear icon (Administration) in the top navigation
- Navigate to Account → Users
Create a Service User
- Click Add new user
- Enter a service email (e.g.
rad-security@yourcompany.com) and full name (e.g. “RAD Security Integration”) - Set a strong password
- Click Save
Grant Board Access
- Open the new user’s profile
- Under Board access, grant access to the boards where RAD Security should create or update cards
- Choose the minimum role that allows reading and creating cards on those boards
BusinessMap permissions are board-scoped. Grant only the boards that are relevant to security work.
Step 2: Generate an API Key
Sign in as the Service User
Sign out of your administrator account and sign back in as the service user created in Step 1.
Open API Key Settings
- Click your profile avatar in the top right
- Select My account
- Navigate to the API key section
Step 3: Configure in RAD Security
In your RAD Security workspace, add a new BusinessMap integration with the following parameters:| Parameter | Description | Example |
|---|---|---|
| URL | Root URL of your BusinessMap instance | https://yourcompany.kanbanize.com |
| API Key | The API key generated in Step 2 | your-api-key-here |
The URL must be the base instance URL — no trailing path. The integration calls
<URL>/api/v2/me to verify the credentials.Verify Integration
- Navigate to Data Sources → Integrations → Ticketing in RAD Security
- Locate your BusinessMap integration
- Confirm the connection status shows as Connected
- Trigger an automation or RADBot action that creates a card on a BusinessMap board
Your BusinessMap integration is now configured. RAD Security can create and manage cards on your boards, and RADBot can read card context to inform its decisions.
What Data is Synced
Card Operations (from RAD to BusinessMap)
Card Operations (from RAD to BusinessMap)
- Create new cards on configured boards
- Update card details (title, description, custom fields)
- Move cards between columns or boards
- Add comments and subtasks
AI / MCP Capabilities
AI / MCP Capabilities
- Read card details, comments, and subtasks
- Search cards matching specific criteria
- Provide BusinessMap context to RADBot during investigations and automations
Use Cases
Security Work in One Place
Track remediation alongside the rest of your team’s portfolio kanban work in BusinessMap.
Automated Card Creation
Use RAD Security Automations to automatically create BusinessMap cards from high-severity findings.
RADBot Context
Let RADBot read and link to BusinessMap cards while investigating incidents.
Cross-Team Visibility
Surface security work on the same boards your engineering and operations teams already use.
Troubleshooting
Verification fails with 401 Unauthorized
Verification fails with 401 Unauthorized
Verification fails with 403 Forbidden
Verification fails with 403 Forbidden
Possible causes:
- The service user does not have access to the boards RAD Security needs to operate on
- The user’s role is too restrictive to read or create cards
- Re-check the service user’s board access in Administration → Users
- Grant a role with at least read + create on the target boards
Cards are not created on the expected board
Cards are not created on the expected board
Possible causes:
- The automation or RADBot action targets a board the service user cannot access
- Required custom fields are not mapped
- Confirm the service user is a member of the target board
- Verify that any required custom fields are present in the automation configuration
Wrong instance URL
Wrong instance URL
Possible causes:
- URL includes a trailing path (e.g.
/index.php) - Custom domain or proxy in front of BusinessMap is mis-resolving
- Use the base instance URL:
https://yourcompany.kanbanize.com - Do not include
/api,/index.php, or any other path
Rotating the API Key
Rotating the API Key
- Sign in as the service user
- In My account → API key, generate a new key
- Update the API Key field on the RAD Security integration
- Save — RAD Security re-verifies on save
- Revoke the old key in BusinessMap
Security Best Practices
Use a Service User
Never use a personal user account. Create a dedicated service user with a service email.
Least Privilege
Grant the service user access only to the boards RAD Security needs to read or write.
Rotate API Keys
Rotate the BusinessMap API key on a schedule that matches your security policy.
Audit Card Activity
Periodically review cards created by the service user to detect unexpected behavior.
Next Steps
Ticketing Overview
Learn about other ticketing integrations
Workspace
Configure custom workflows for incident response
Data Sources
Explore all available data sources
RADBot
Learn how RADBot uses BusinessMap context during investigations