Pluggedspace Console: User Guide & Workflows
Welcome to Pluggedspace Console, the central platform to configure, supervise, and scale your autonomous AI agent fleet. This guide details the step-by-step workflows for operating your dashboard and managing agents.
Quick Start: Workspace Setup
- Access the Portal: Navigate to
https://agents.pluggedspace.org/login. - Account Registration:
- Sign up with your Work Email, Password, and Organization Name (this establishes your secure, isolated workspace).
- Verify your email address via the confirmation link.
- Workspace Initialization: Your workspace automatically provisions your default agent fleet (Monica, Marketer, and Business Finder), along with widget API keys and access to the tool library.
Dashboard Navigation Overview
| Section | Description |
|---|---|
| Overview | High-level summary of agent activity, system status, and pending items. |
| Inbox | The Human-in-the-Loop queue for reviewing and approving high-risk agent actions. |
| Agent Fleet | Configuration and management panels for pre-built agents (Monica, Marketer, Finder). |
| Custom Agents | Visual builder for creating and deploying custom agents with specialized tools and skills. |
| Memory Bank | Upload and manage company reference documents for semantic context and knowledge retrieval. |
| Marketplace | Discover, install, rate, and publish community agent packages and templates. |
| Skills | Library of reusable skills (e.g., WebsiteAuditor, InvoiceExtractor) attached to agents. |
| Integrations | Connect third-party services (Stripe, Slack, Email, CRM, GitHub) via API keys and OAuth. |
| Policy & Guardrails | Configure rules, approval thresholds, rate limits, and operational boundaries. |
| Command Center | Live task telemetry, active process feeds, and emergency stop controls. |
| Artifacts | Browse and download persistent files and reports generated by your agent fleet. |
| Settings | Workspace preferences, API keys, domain whitelisting, and team member management. |
Step-by-Step User Workflows
Workflow 1: Ingesting Knowledge into the Memory Bank
Agents deliver accurate, context-aware responses when provided with your business documentation.
- Navigate to Memory Bank from the sidebar.
- Drag and drop or upload your reference files (
.pdf,.docx,.txt,.csv) — such as FAQs, service terms, product catalogs, or pricing sheets. - Automatic Ingestion: The platform extracts the text and automatically indexes the knowledge.
- Once the status shows Ready (Green), all agents in your workspace can reference this knowledge when answering queries or executing tasks.
Workflow 2: Deploying Monica (Customer Support Chatbot)
Monica interacts directly with visitors on your website to answer questions and capture leads.
- Go to Agent Fleet > Monica.
- Select Autonomy Mode:
- Manual: Monica drafts responses, but all messages require human review.
- Hybrid (Recommended): Monica answers routine queries autonomously. Complex or sensitive queries (e.g., refund requests) are routed to the Inbox for approval.
- Autonomous: Monica resolves customer conversations automatically.
- Customize Personality: In the System Prompt field, specify tone and instructions (e.g., "You are a helpful and polite customer support specialist for Pluggedspace. Keep answers concise.").
- Embed Widget on Your Website:
- Copy the integration code snippet:
html <script src="https://api.agents.pluggedspace.org/static/accounts/js/monica-widget.js?api_key=YOUR_API_KEY" async></script> - Paste it before the closing
</body>tag on your website. - Whitelist your domain in Settings > Domain Locking to prevent unauthorized widget usage.
Workflow 3: Managing the Human Approval Queue (Inbox)
When agents operate in Hybrid or Manual mode, critical actions require human approval before execution.
- Navigate to Inbox in the sidebar.
- Select any pending action card to view details:
- Agent Name: The agent proposing the action (e.g., Monica, Finance Agent).
- Proposed Action: The specific operation (e.g.,
process_refund,send_campaign_email). - Confidence Score: AI self-assessed confidence level (e.g.,
94%). - Risk Level: Low, Medium, or High.
- AI Reasoning: Explanation of why the agent chose this action.
- Click Approve to execute the action immediately, or Reject to cancel it.
Workflow 4: Connecting Third-Party Integrations
Empower agents to perform real-world actions across your software stack.
- Click Integrations in the sidebar.
- Select the service you want to connect (e.g., Stripe, Slack, Email/SMTP, CRM, GitHub).
- Follow the standard OAuth prompt or enter your API credentials.
- Once marked Connected, agents granted permission in their tool scope can securely interact with that service.
Workflow 5: Creating Custom Agents
Build purpose-built agents for unique company tasks.
- Go to Custom Agents and click + Create Agent.
- Basic Settings: Enter a name, description, and agent persona.
- Configure Capabilities:
- Skills: Attach relevant skills from your library (e.g., SEOAnalyzer, VendorVerifier).
- Tool Scope: Select allowable tools (e.g., Email, Database, Web Scraper).
- Trigger Keywords: Define keywords that activate this agent automatically.
- Behavior Prompt: Provide instructions, rules, and formatting expectations.
- Click Save & Deploy. You can test your agent interactively before rolling it out.
Workflow 6: Setting Policies & Guardrails
Enforce organizational safety rules to prevent unauthorized or unintended actions.
- Navigate to Policy & Guardrails.
- Click + New Policy Rule.
- Configure the rule parameters:
- Target Agents: Apply to all agents (
*) or specific agents (e.g.,FinanceAgent). - Constraint Type: Choose from
Maximum Transaction Amount,Rate Limit (actions/hr),Require Approval, orTime Window Restrictions. - Approval Role: Designate which team role must sign off (e.g., Admin or Workspace Owner).
- Click Enable Policy to activate the rule immediately.
Workflow 7: Installing Marketplace Packages
- Go to Marketplace in the sidebar.
- Browse curated agent packages and community templates.
- Click on any package to view capabilities, ratings, and documentation.
- Click Install to add the agent package to your workspace.
Best Practices & Safety Tips
- Start in Hybrid Mode: When launching new agents or integrations, use Hybrid mode to verify accuracy before enabling full autonomy.
- Whitelist Domains: Always lock your customer-facing chat widgets to your verified website domains.
- Keep Knowledge Updated: Refresh documents in the Memory Bank whenever policies, pricing, or product specs change.
- Set Financial Thresholds: Use Policy Guardrails to mandate human approvals on transactions above defined limits.
Troubleshooting & Support
- Agent not triggering an action? Check Policy & Guardrails to see if a restriction rule or missing integration is blocking execution.
- Pending approvals accumulating? Adjust your policy sensitivity or delegate approval roles to additional team members.
- Need help? Reach out to support@pluggedspace.org or visit pluggedspace.org.