AI Services Agents
Developer console
Name Agent ID Status Runtime Model Updated
Cancel
Agent ID
Agent ID
Cancel

Defines a reusable rule pack for a product or project (for example Twym Ops vs Twym Edge). After create, select it on an agent.

Creates the project in draft lifecycle and issues a default API key. Promote with Test → Activate → Publish on the project page before others can call it.

Create → Test → Activate → Publish → Deprecate. Test runs a smoke execute; Activate enables execute; Publish marks the project published.

Project profile merges with Global → Team → Agent (deny / stricter wins).

Teams under this project. Each team can have its own governance profile.

Issue endpoints + fab_… keys so other projects/apps can call agents mapped here. Send Authorization: Bearer fab_…. Atlas stays behind Fabric.

Publish modes
Example curl (API publish)

              

Inbound: store their credentials so this project can reach another Fabric project or an external API/MCP.

Attach an existing Fabric agent to this project. Governance stays on the agent (optional).

Checking…

Retrieves chunks from TwymAtlas (MCP), then synthesizes a short demo answer via LiteLLM.

  1. Start TwymAtlas and open its MCP page (status must be Active).
  2. Copy the MCP URL and API key exactly from that page into Fabric .env (ATLAS_MCP_URL, ATLAS_API_KEY), then restart Fabric.
  3. If Atlas UI shows a different origin (e.g. :8080), either open Atlas on :8000 or set ATLAS_MCP_URL to that origin’s /mcp/ URL.
  4. After Reconfigure / Revoke on Atlas MCP, you must paste the new tf_… key into Fabric .env — old keys return 401.
  5. Use a knowledge agent (seeded: agt_ops_knowledge) or any agent with tool knowledge_search.
  6. Via project: open Twym Ops → map a knowledge agent → Execute (pass agentId if multiple agents) with a message like “search knowledge for onboarding policy”.
  7. Direct test: Query Tester on Ops Knowledge Specialist.
  8. If Atlas returned chunks, the execute response includes citations / knowledgeUsed: true.
Back to agents