Zentra Actor Chain Composer
Pricing
from $600.00 / 1,000 workflow blueprints
Zentra Actor Chain Composer
Generate safe Actor workflow blueprints with cost, fallback, and human-review controls.
Pricing
from $600.00 / 1,000 workflow blueprints
Rating
0.0
(0)
Developer
Zentra
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Generate safe Actor workflow blueprints with cost, fallback, and human-review controls.
Make agents earn more
1. One-sentence promise
Turn goals into costed, safer Actor workflows.
2. When to use this Actor
Use this Actor when Agencies, nontechnical operators, internal Zentra ops needs Turn goals into costed, safer workflows. and a buyer-visible AgentOps artifact before any pay-per-event charge is recorded.
3. When not to use this Actor
Do not use this Actor as a legal, security, compliance, revenue, or incident certification system. Findings are deterministic signals, not a legal, security, or compliance certification. Review high-impact decisions before blocking production workflows.
4. Inputs table
| Input | Purpose |
|---|---|
inlineItems | Inline records, traces, runs, events, manifests, or scenario artifacts supplied directly by the buyer. |
sourceDatasets | Optional user-selected Apify datasets. |
sourceKeyValueStores | Optional user-selected Apify key-value stores. |
actorJson, inputSchemaJson, outputSchemaJson, readmeText | Actor/package metadata used by policy, passport, audit, and repair flows. |
connectorManifests | Optional MCP connector/tool definitions for policy linting. |
logText, runMetadata, inputJson, outputJson | Explicit run artifacts used for audit, repair, cost, or incident reports. |
scenarios, inlineTraces, inlineRuns, inlineEvents, toolCall | Actor-specific artifacts for monitor, trace, cost, incident, and firewall outputs. |
notificationConnectors, destinationConnectors | Optional user-supplied MCP writeback connectors. Destructive actions are not automatic. |
dryRun, maxArtifacts | PPE control fields for would-charge ledgers and low-cost buyer trials. |
5. Output datasets table
The generated Actor config exposes these dataset aliases:
["default","evidence","actions"]
Every successful run also writes a default dataset row containing the summary, confidence, evidence hash, preflight quote, would-charge ledger, and earnings report.
6. Example input JSON
{"goal": "Monitor competitor product launches and notify Slack.","allowedCatalogs": ["zentra"],"allowedConnectors": ["slack","notion"],"maxMonthlyBudgetUsd": 50,"riskTolerance": "low"}
7. Example output rows
{"actorSlug": "zentra-actor-chain-composer","status": "artifact_ready","summary": "Buyer-visible AgentOps artifact produced.","artifact": {"kind": "agentops_result","evidence": {"redactionApplied": true}},"runSummary": {"pricingModel": "PAY_PER_EVENT","wouldChargeEventCount": 1}}
Actor-specific datasets include findings, evidence, clean/quarantine rows, policy packs, audit metrics, scenario results, normalized spans, policy decisions, repair steps, cost events, or incident timelines depending on the selected AgentOps Actor.
8. Privacy and permission notes
This Actor is designed for limited permissions. It can read only its own run storages and user-provided resources selected in the input form. Optional MCP connectors are supplied by the user at runtime through Apify's connector proxy; the Actor does not receive raw third-party credentials.
Secret-looking values are redacted before snippets are stored in evidence rows. Evidence datasets store hashes, redacted snippets, counts, and field paths instead of raw credentials or full logs.
9. PPE pricing notes
Pricing model: PAY_PER_EVENT.
workflow-blueprint: $0.6000 after one generated actor workflowfallback-plan: $0.2500 after one fallback plancost-risk-model: $0.2000 after one workflow cost and risk model
The Actor writes preflightQuote.json before paid work and agentEarningsReport.json after the run. Dry runs produce a would-charge ledger without billing. Internal validation runs, canary runs, synthetic checks, and forecasts are not buyer revenue. Buyer-visible charged events are the revenue truth.
10. Troubleshooting
- If the Actor reports
ppe-disabled, setZENTRA_ENABLE_PPE=1only in the real paid Apify environment. - If connector findings are high or critical, reduce connector scope before exposing the tool to autonomous agents.
- If no source artifacts are supplied, the Actor runs a deterministic sample so the output contract remains inspectable.
- If a writeback connector fails, review the
actionsdataset. The core artifact remains valid.
11. Changelog
1.0.0: Initial reconciled Zentra AgentOps public Actor package with limited permissions, multiple dataset outputs, evidence hashing, dry-run PPE ledger, and owner-gated publication flow.