Access control
How roles and permissions decide who can use AI and which systems, records, fields, or actions are available.
Identity and access
Identity and access are the rules that decide who can use an AI system, what the AI can see, which tools it can call, what actions it can prepare, and which steps require approval. Without clear access control, useful AI integration can quickly become risky infrastructure.
These guides cover the permission layer around AI integration: RBAC, least privilege, service accounts, credentials, approval gates, and audit trails.
How roles and permissions decide who can use AI and which systems, records, fields, or actions are available.
Why AI agents, connectors, tools, and workflows should receive only the minimum access required.
How AI integrations use credentials, tokens, keys, and system identities to reach approved tools.
Where human, policy, or workflow approval should sit before sensitive actions happen.
How requests, outputs, tool calls, approvals, errors, and system changes can be reviewed later.
This section contains five launch articles. Build these before treating the section as complete.
Learn how role-based access control applies when AI can retrieve documents, use tools, read records, or prepare actions.
Minimum accessUnderstand why AI agents, connectors, and tools should only receive the narrow access required for the approved task.
System identityLearn how service accounts, API keys, tokens, OAuth connections, and secrets should be protected and revocable.
Review pointsSee where human or policy review should sit before AI-assisted work changes records, sends messages, or triggers workflows.
EvidenceUnderstand what evidence should follow AI requests, source retrieval, outputs, tool calls, approvals, and changes.
Start with RBAC, then least privilege, service accounts, approval gates, and audit trails. That order follows the path from who may access AI to what evidence remains after use.
Access control is not a side issue. It sits between users, AI models, connectors, data sources, tools, actions, and audit records.
A person, workflow, application, trigger, or AI agent starts the request.
The system checks the user, role, service account, connector identity, or workflow authority.
Permissions decide which data, tools, records, fields, and actions are allowed.
Approval gates, logs, audit trails, and incident records preserve accountability.
A standalone AI chat may answer questions, but an integrated AI system can retrieve internal documents, query business records, call APIs, use connectors, create drafts, update fields, or trigger workflows. That means the system needs clear identity and access rules.
The access question is not only “Can a human user log in?” It is also “Which identity does the AI use?” and “What can that identity do?” An AI integration may act through a user identity, a service account, a connector identity, an API key, a workflow identity, or a platform-managed authorization.
| Identity type | Plain meaning | Important question |
|---|---|---|
| User identity | The AI acts based on the current user’s role or permissions. | Does the AI respect what this user can actually see or do? |
| Service account | The integration uses a system account created for the AI or connector. | Is the account limited, owned, protected, and revocable? |
| Connector identity | A connected app or platform authorization reaches another system. | What systems, records, fields, and actions can the connector access? |
| Workflow identity | An automation or event-driven process acts under a defined workflow role. | Can logs show which workflow triggered the action? |
| Admin identity | A high-privilege account can change settings, access broad data, or manage systems. | Should AI ever use this level of access? Usually this needs very strong controls. |
Identity and access rules support every other part of AI integration. Data systems need permission systems need permission boundaries. APIs and connectors need credentials and scopes. Model platforms need release and routing controls. RAG systems need knowledge access control. Monitoring needs traceable identities. Security and compliance review need evidence.
Access rules decide which data sources AI can retrieve or summarize.
Connector identities and credentials define what AI can reach or trigger.
Knowledge retrieval should respect document permissions and source sensitivity.
Security review depends on least privilege, credential protection, and audit evidence.
This section provides general educational information about identity and access for AI integration. It is not legal, financial, medical, engineering, safety, cybersecurity, procurement, compliance, privacy, or professional advice. It does not provide instructions for bypassing controls, exploiting systems, unauthorized access, or unsafe automation. Use qualified review before connecting AI to sensitive data, regulated systems, production infrastructure, customer records, financial processes, safety systems, or other high-consequence environments.