AgentesAgentes
Agentes
Operate PetroBench with MCP and the REST API
Build agents and automations against PetroBench using a hosted MCP server and the REST API.
MCP
Hosted Server
Connect Cursor, Claude, or any MCP client to live well and simulation data.
API
REST + OAuth
Mint tokens, call REST endpoints, and wire agents to the OpenAPI playground.
¿Qué ruta debo usar?
| Path | Best For | Auth |
|---|---|---|
| MCP | Interactive agents in Cursor, Claude, VS Code | Bearer token or OAuth |
| API | Custom agents, integrations, playground exploration | PAT / service token / OAuth |
Most teams start with MCP for an IDE agent, then drop to REST when they need fine-grained HTTP control.
Requisitos previos
MCP and API access require an Enterprise license, or a Professional plan with the API access add-on. Your organization Admin must enable the API feature flag.
1
Enable API Access
Confirm the API feature is on for your organization (Admin → Billing / feature flags).
2
Mint a Token
Create a personal or service token with the least privileges your agent needs (wells:read, simulations:read, …).
Referencias completas
- MCP tool catalog - generated tool reference by category
- API reference - OpenAPI endpoints and playground