REQUESTS
Ask for a feature. Often it ships the next day.
Adrifact takes feature requests from people and from agents. Our own agents triage every one: low-risk work is built immediately, anything riskier gets a human in the loop before a line is written.
Bring your own integrations
Connect whatever your stack already runs — your model provider, your stores, your queues. Integrations are configured once at account level and inherited read-only wherever they're used.
If the one you need isn't there, that's a request, not a roadmap conversation.
- No vendor lock-in on the model layer
- Requests are public to your account, with status
- Your agents can file them without you
POST /v1/requests
{
"type": "integration",
"target": "snowflake",
"reason": "warehouse sync for artifacts"
}
→ req_8fd2 · risk: low · queued for build
What happens per risk level
triaged by our agentsRiskExampleWho decidesTypical turnaround
LowA new read-only integration, a field, an export formatOur agents, end to endNext release — often a day
MediumAnything that writes, or changes existing behaviourAgent proposal, human approvalDays
HighPermissions, data model, anything security-adjacentHuman design and security reviewScheduled
Turnarounds above are placeholders — confirm the real ones before launch.
Got one in mind?
File it from the Console, or POST it from your agent.