Building Resources and ID Providers
Resources and ID providers both carry a lot of configuration detail that is easy to get subtly wrong. Each has its own AI Assistant, built into the drawer where you create or edit them.
Neither is available in the chat panel. The assistant lives in the drawer, alongside the fields it is filling in.
Build a resource
Where: Library > Manage Artifacts > Resources > create or edit > AI Assistant
- Open Library > Manage Artifacts and select the Resources tab.
- Create a new resource, or open an existing one for editing.
- Select AI Assistant in the drawer.
- Describe the connection you need.
- Review the proposed configuration before saving.
The assistant appears only while you are creating or editing. It is not available when you are just viewing a resource.
Build an ID provider
Where: Library > Manage Artifacts > ID Providers > create or edit > AI Assistant
- Open Library > Manage Artifacts and select the ID Providers tab.
- Create a new ID provider, or open an existing one for editing.
- Select AI Assistant in the drawer.
- Describe the authentication you need.
- Review the proposed configuration before saving.
The ID Providers tab is not available in every workspace. If you do not see it, contact your organization administrator.
How the two fit together
A resource says where to connect and how to talk to a system. An ID provider says how to prove who you are to it. Where a resource needs authentication that an ID provider supplies, build the ID provider first so the resource can point at it.
Describe what you need well
| Tip | Why it helps |
|---|---|
| Name the system | Configuration differs sharply between systems, even for the same protocol |
| State the authentication method | It determines which fields need filling in at all |
| Say which environment it is for | Test and live endpoints are rarely the same |
| Review before saving | Connection details are easy to get subtly wrong and awkward to debug later |
Do not enter passwords, keys, or tokens in a prompt. Store them as secret variables and reference them from the configuration.
How you know it worked
The proposed configuration appears in the drawer's fields for you to review. Nothing is stored until you save.
Next steps
- Managing Resources — the full resource reference.
- Managing Applications and Variables — store credentials as secret variables.