Zentra Actor Chain Composer avatar

Zentra Actor Chain Composer

Pricing

from $600.00 / 1,000 workflow blueprints

Go to Apify Store
Zentra Actor Chain Composer

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

Zentra

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

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

InputPurpose
inlineItemsInline records, traces, runs, events, manifests, or scenario artifacts supplied directly by the buyer.
sourceDatasetsOptional user-selected Apify datasets.
sourceKeyValueStoresOptional user-selected Apify key-value stores.
actorJson, inputSchemaJson, outputSchemaJson, readmeTextActor/package metadata used by policy, passport, audit, and repair flows.
connectorManifestsOptional MCP connector/tool definitions for policy linting.
logText, runMetadata, inputJson, outputJsonExplicit run artifacts used for audit, repair, cost, or incident reports.
scenarios, inlineTraces, inlineRuns, inlineEvents, toolCallActor-specific artifacts for monitor, trace, cost, incident, and firewall outputs.
notificationConnectors, destinationConnectorsOptional user-supplied MCP writeback connectors. Destructive actions are not automatic.
dryRun, maxArtifactsPPE 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 workflow
  • fallback-plan: $0.2500 after one fallback plan
  • cost-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, set ZENTRA_ENABLE_PPE=1 only 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 actions dataset. 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.