docs: add Develop AI agents on Apify page#2375
Conversation
New page covering the full AI agent development stack on Apify: templates, AI Sandbox, OpenRouter LLM access, PPE monetization, and deployment. Cross-links from existing "Build with AI" page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
MQ37
left a comment
There was a problem hiding this comment.
Quickly went through it and looks good, only two comments 👍
jirispilka
left a comment
There was a problem hiding this comment.
I believe this is an initial version that we plan to expand later on?
It would clearly deserve a bit more explanations and context.
| slug: /actors/development/quick-start/develop-ai-agents | ||
| --- | ||
|
|
||
| The Apify platform provides everything you need to build, test, and deploy AI agents. This page walks you through the full stack: templates, sandbox code execution, LLM access through OpenRouter, pay-per-event monetization, and deployment to [Apify Store](https://apify.com/store). |
There was a problem hiding this comment.
An image that would connect all these things together would be nice. It would guide me through the docs page easily. Otherwise it is a bit difficult to connect the dots. For example, you don't need sandbox at all, so you should give people an idea where they can use it
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Sorry, guys - I didn't realize you put your comments here :( |
|
I have the note that I need to create the diagram and add more details in my backlog, but it's true that there's no need to block this task. @jirispilka @TC-MO final review please so we can ship this? |
jirispilka
left a comment
There was a problem hiding this comment.
I'd release it, later we should fixed the things that @marcel-rbro has in the backlog.
At high level, it reads like unrelated things stitched together without paying much attention to the developer journey.
Even one paragraph that ties it all together might help
TC-MO
left a comment
There was a problem hiding this comment.
A few things I noticed, plus one structural point.
-
Other quick-starts (with exception of Build with AI) open with a Prerequisites section. This page skips it, but assumes the reader already has:
- An Apify account
- The Apify CLI installed
- An APIFY_TOKEN environment variable set
The CLI and account are at least mentioned inline later, but APIFY_TOKEN appears in the OpenRouter code example without any setup context. Consider adding a short prerequisites block to match the pattern in the other quick-start pages.
|
Preview for this PR was built for commit |
TC-MO
left a comment
There was a problem hiding this comment.
Please add the specific Python version I think it's important info especially since different versions have different features.
Otherwise LGTM
|
Preview for this PR was built for commit |
Summary
/actors/development/quick-start/develop-ai-agentscovering the full AI agent development stack: AI templates, AI Sandbox, OpenRouter LLM access, pay-per-event monetization, and deploymentOpen questions
Test plan
npm run lint:md✅)🤖 Generated with Claude Code