How did they implement background agent access?
This post might have stale content, as dev is 7989 commits ahead.
how did they implement this with opencode, if you should imagine? https://builders.ramp.com/post/why-we-built-our-background-agent
skills? plugins? MCP? i mean like the fact that they have sentry, etc access. how do they auth?
interesting. so there's a single opencode server serving all users. that means that for MCP, there's a single authentication (header/token) for all users, right? then the user-specific things should be with the auth thing in plugins?
END OF POST