Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/docs/guides/platform-integration-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ Use this approach if you're building an AI agent platform or code generation ser

<a href="/docs/guides/ai-agent-integration" description="Learn about the agent-specific integration" icon="openai">AI Agent integration guide</a>

<a href="/docs/ai/ai-database-versioning" description="Learn about database versioning for AI agents" icon="branching">Database versioning</a>
<a href="/docs/ai/ai-database-versioning" description="Implement database versioning using snapshots and instant rollbacks" icon="branching">Database versioning</a>

<a href="/docs/guides/snapshot-based-promotion-workflow" description="Example workflow: Promoting changes from dev to production using snapshots" icon="branching">Snapshot-based promotion workflow</a>

</DetailIconCards>

Expand Down
Loading
Loading