Northstar EV Infrastructure
EV Infrastructure Workspace
Sarah Miller
Owner
Copilot Action API Preview
Safe, approval-gated EV workflow actions exposed for Microsoft Copilot Studio / M365 agent consumption. All write-capable actions require human approval before execution.
Demo-Only Status
- No real Copilot tenant is connected.
- No real data is sent to Copilot or any external system.
- All PII and sensitive fields are redacted/sanitized before processing.
- All write-capable actions create approval queue items; no data is written externally.
- OpenAPI spec available at
/openapi/syntra-ev-infrastructure-actions.json
8
Available Actions
6
Require Approval
2
Safe Read-Only
Approval-Required Actions
6 actionsThese actions create approval queue items. No files, emails, calendar events, or Smartsheet updates are created without human approval.
Create Proposal Outline
ProposalsGenerate a proposal outline for an EV infrastructure project. Creates an approval item before any file is written.
Create Business Case
Business CaseDraft a business case with ROI/TCO assumptions. Creates an approval item before any financial data is saved.
Create Deck Outline
DeliverablesGenerate a PowerPoint deck outline for a proposal. Creates an approval item before any deck is built.
Prepare Follow-Up
Follow-UpDraft a client follow-up communication. Creates an approval item before any email is sent.
Prepare Smartsheet Update
SmartsheetPrepare a Smartsheet row update for an EV project. Creates an approval item before any data is written.
Route for Approval
ApprovalRoute an existing action through the Syntra approval queue for human review before execution.
Safe Read-Only Actions
2 actionsThese actions return structured data and do not create approval queue items. They are safe to call from Copilot without human intervention.
Create Opportunity
OpportunitiesCreate a new EV infrastructure opportunity in the pipeline with sanitized client details.
Start Research
ResearchQueue research tasks for an EV infrastructure opportunity (utility rates, site constraints, incentives).
OpenAPI Specification
The OpenAPI spec describes all available actions, request/response schemas, safety behavior, and approval requirements. Use this spec to configure the actions in Microsoft Copilot Studio or import into an API gateway.
Copilot Bridge Safety
No real Microsoft Copilot tenant is connected in this build.
All actions are demo-only. No external systems (email, calendar, Smartsheet, SharePoint) are updated.
Write-capable actions create approval queue items. A human must approve before any external write could occur.
All inputs are sanitized: addresses, account numbers, contract values, load data, PII are redacted.
The OpenAPI spec is safe to share — it describes endpoints that return demo data only.
Credentials for Copilot, Smartsheet, and Microsoft 365 are not configured in this demo.