Skip to content

OpenAI Presence brings trusted AI agents to production#3122

Merged
adityaoberai merged 7 commits into
mainfrom
openai-presence-brings-trusted-ai-agents-to-production
Jul 24, 2026
Merged

OpenAI Presence brings trusted AI agents to production#3122
adityaoberai merged 7 commits into
mainfrom
openai-presence-brings-trusted-ai-agents-to-production

Conversation

@aishwaripahwa12

Copy link
Copy Markdown
Contributor

Latest OpenAI release

@appwrite

appwrite Bot commented Jul 23, 2026

Copy link
Copy Markdown

Appwrite Website

Project ID: 69d7efb00023389e8d27

Sites (1)
Site Status Logs Preview QR
 website
69d7f2670014e24571ca
Ready Ready View Logs Preview URL QR Code

Website (appwrite/website)

Project ID: 684969cb000a2f6c0a02

Sites (1)
Site Status Logs Preview QR
 website
68496a17000f03d62013
Queued Queued View Logs Preview URL QR Code


Tip

Function builds can take up to 45 minutes before timing out

@greptile-apps

greptile-apps Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds a new OpenAI Presence blog post, its optimized cover image, and the corresponding image optimization cache entry.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failures remain.

Important Files Changed

Filename Overview
src/routes/blog/post/openai-presence-brings-trusted-ai-agents-to-production/+page.markdoc Adds the complete blog post, frontmatter metadata, FAQs, references, and Appwrite calls to action.
static/images/blog/openai-presence-brings-trusted-ai-agents-to-production/cover.avif Adds the cover image referenced by the new post.
.optimize-cache.json Adds the optimization cache record associated with the new blog image.

Reviews (5): Last reviewed commit: "Update +page.markdoc" | Re-trigger Greptile


The pattern OpenAI describes maps directly onto Appwrite's building blocks. Keep provider credentials and privileged, approved actions on the server with [Appwrite Functions](/docs/products/functions) instead of exposing them to the client. Verify callers and enforce who can do what with [Appwrite Auth](/docs/products/auth). Store policies, session history, and escalation state in [Appwrite Databases](/docs/products/databases) so your agent has durable context and an audit trail. Then wire the model in through the [OpenAI integration](/docs/products/ai/integrations/openai).

For the AI layer specifically, start with [Appwrite's AI overview](/docs/products/ai), which walks through integrating models and running agent logic on the server. If you want more context on the security side of production agents, our post on [GPT-Red and designing agents to resist prompt injection](/blog/post/gpt-red-automated-red-teaming) covers the failure modes the trust layer is meant to contain.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the GPT Red blog is the best one to cite? Would like your thoughts.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. Best to remove it.


Presence is a managed enterprise product, so most developers will build the equivalent controls themselves. That work is mostly backend work, and it is where [Appwrite](/) fits.

The pattern OpenAI describes maps directly onto Appwrite's building blocks. Keep provider credentials and privileged, approved actions on the server with [Appwrite Functions](/docs/products/functions) instead of exposing them to the client. Verify callers and enforce who can do what with [Appwrite Auth](/docs/products/auth). Store policies, session history, and escalation state in [Appwrite Databases](/docs/products/databases) so your agent has durable context and an audit trail. Then wire the model in through the [OpenAI integration](/docs/products/ai/integrations/openai).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have a Presence integration directly.

aishwaripahwa12 and others added 3 commits July 24, 2026 11:36
Co-authored-by: Aditya Oberai <adityaoberai1@gmail.com>
Co-authored-by: Aditya Oberai <adityaoberai1@gmail.com>
@adityaoberai
adityaoberai merged commit 5c16038 into main Jul 24, 2026
11 of 12 checks passed
@adityaoberai
adityaoberai deleted the openai-presence-brings-trusted-ai-agents-to-production branch July 24, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants