Platform · DevX

DevX is your agentic developer documentation engine.

DevX ingests your API source code, schemas, and workflows to generate living docs sites. It keeps guides, references, and examples updated automatically and gives developers an AI assistant that answers using your real stack—cutting onboarding time and support noise.

Inside your cloudRBAC + audit trails
docs.acme.dev
Overview
API Reference
Guides
Changelog
Search APIs & Guides
AI Assistant

“How do I authenticate to the Payments API in sandbox?”

Live, source-driven docs

Ingest repos, OpenAPI, GraphQL, and workflows to generate version-aware guides and references automatically.

AI assistant with guardrails

Developers ask "How do I do X?" and DevX answers from your real code, examples, and env-aware configs.

Multi-portal + custom domains

Ship portals per product or audience with SSO and domains like developers.yourcompany.com.

Guides, references, and examples that stay in sync.

DevX watches your repos and specs, generating docs per version and per portal. It threads code examples, changelogs, and SDK updates without manual toil.

Environment-aware examples

Render SDK snippets and curl examples that adapt to teams, regions, or sandbox vs. prod automatically.

Structured navigation

Guides, references, changelogs, and SDKs stay in sync with releases across every portal.

Search that knows your stack

Full-text and semantic search over repos, specs, and workflows with permission-aware answers.

Core API
developers.acme.com
Live
Partners
partners.acme.com
Sandbox
Internal
internal.acme.com
SSO

AI assistant grounded in your stack.

DevX answers “how do I do X?” with code, endpoints, and policies sourced from your repos and APIs. It respects roles, scopes, and environments so teams stay safe while moving faster.

  • Guardrails: applies RBAC, API scopes, and environment-specific tokens.
  • Context from code, specs, runbooks, and observability traces.
  • Inline suggestions inside docs pages and SDK examples.
AI Q&A
Question
How do I onboard a merchant via API?
Answer
Use POST /v1/merchants with KYC docs; the flow is versioned v2.3 with sandbox keys by default.
Question
Generate a Go example for payments
Answer
Here’s a Go snippet using the SDK with idempotency keys and retries enabled.
Autogenerated code
curl -X POST https://api.acme.dev/v1/payments \ -H "Authorization: Bearer $SANDBOX_KEY" \ -H "Idempotency-Key: 12345" \ -d '{ "amount": 4200, "currency": "USD" }'
DevX | Fyrii | Fyrii