Restricted public workflow
A configurable anonymous AI front desk can use only the knowledge and actions selected for that deployment, capture structured intake, persist the conversation and escalate to human review.
Amidship-owned production platform
Agentify is an application-owned operating layer for agentic workflows. It coordinates models, tools, knowledge, background work, human checkpoints and workflow state without making the model the system of record.
Different workflows can use different capabilities while sharing the same governed operating foundation.
Amidship-owned production platform
The problem
A public AI front desk needs grounded answers, limited actions, structured intake and a clear human handoff. A coding agent needs far broader execution access, but it also needs isolated workspaces, durable run state, pull-request and CI/review tracking, retries and a final human merge decision.
Build each of those as a one-off loop around a model and the difficult parts get rebuilt every time: state, permissions, knowledge, failure handling and human control. Agentify keeps those responsibilities in the application and gives each workflow only the capabilities it needs.
Key decision
Application state
Replaceable capabilities
Control paths
Architecture
The shared Rails foundation persists tasks, messages and tool calls; routes model selection through account configuration; assembles authorized tools; handles background work, context limits and failures; and provides a substantial knowledge system with chunking, contextual embeddings, HNSW vector indexing, hybrid retrieval, filters, rollups and import/export operations.
The Front Desk uses that foundation with a restricted public configuration: selected knowledge bases, deployment-specific intake and handoff tools, persisted leads and transcripts, rate limits, and no arbitrary agent tools or memory. The coding-agent workflow uses the same application principles with broader execution access inside BranchBox-isolated workspaces while Agentify tracks the run through pull request, CI, review, and human merge.
A configurable anonymous AI front desk can use only the knowledge and actions selected for that deployment, capture structured intake, persist the conversation and escalate to human review.
Claude Code or Codex can work inside an isolated BranchBox workspace while Agentify owns run state, pull requests, CI/review loops, retries, session continuation and the final human merge decision.
Authentic product evidence
Persisted coding-agent runs remain visible across active, CI, review and ready-to-merge states.
A green pull request pauses at ready to merge, returning the final decision to a person.
The Front Desk exposes its model, knowledge, intake, operating hours, next step and handoff destination as application configuration.
Why this matters
Agentify reflects how Amidship approaches operational AI when the workflow has to remain understandable and controllable after the first model call. The application keeps durable state, knowledge, permissions, actions, failures and human decisions explicit, so AI capability can change without making the entire product opaque.
Production platform