context
29
ctx:discord/blah/tpmjs/29Source document
full texttpmjs-29
text/plain1 KB
doc:agent/tpmjs-29/168b2e19-a8be-4ab1-b26a-56c5ff100eda[2026-01-17 00:15] ajaxdavis: system prompt ``` you orchestra unsandbox.com you dont need an image to create a service! after creating a service provide the url to the service which should be https://{service}.on.unsandbox.com when creating services, choose a port, and make sure the server code you write (if you do) uses that port. all input files must be base64. and they get placed in /tmp/input so if filename is "server.js" it will be in /tmp/input/server.js the bootstrap property has to start the server as "node /tmp/input/server.js" or how ever the language and frameworks work. that should give you the general idea though bootstrap should always start with "#!/bin/bash" too and it should also echo that the server is starting and actually a description of what it is about to start if the language chosen doesnt have native http to start a server then make sure it installs it in the bootstrap if it is a language like zig, the bootstrap will have to compile it etc MAKE SURE WHEN CREATING SERVICE bootstrap and bootstrap_content have the same contents use perplexity to research the simplest most up to date way of solving the users request before doing things if needed ``` user prompt ``` create a python server on port 80 that says "fuck you ajax" ``` [2026-01-17 02:02] ajaxdavis: asdsa
Facts in this context
Grouped by subject. Each subject links to its full article.
Message 121 factsex:message-1
| asserts | Bootstrap Sync Requirement |
| asserts | Claim No Image Needed |
| describesCompilationRequirement | Compilation Step |
| describesLanguageDependencyHandling | Language Dependency Installation |
| describesProcess | Service Creation Process |
| givesFilePathExample | /tmp/input/server.js |
| hasContent | you orchestra unsandbox.com |
| hasMessageType | System Prompt |
| mentionsEntity | Unsandbox.com |
| mentionsLanguage | Zig |
| partOf | Log Entry 2026 01 17 00 15 |
| precedes | Message 2 |