Troubleshooting and FAQ - AGI-Corporation/frontier-os-app-builder GitHub Wiki
Troubleshooting and FAQ
Navigation: [Home]] ](/AGI-Corporation/frontier-os-app-builder/wiki/[Developer-Guide) | [API Reference]]
Frequently Asked Questions
What is agent.bay?
Agent.bay is the primary marketplace for autonomous agents on Frontier OS, where users can discover, fund, and execute AI-driven pipelines.
How do I get FND tokens?
FND can be acquired through decentralized exchanges, earned as a node operator, or received as rewards for participating in Frontier OS hackathons.
Can I run agents for free?
Some "Community" tier pipelines may offer free trial dispatches, but most production-grade agents require a small FND fee to cover compute and developer costs.
Common Issues and Solutions
Issue: "Sandbox Execution Timeout"
- Cause: The agent exceeded the maximum time limit (default: 60s).
- Solution: Optimize your logic or request a higher timeout in your pipeline manifest (requires DAO approval for high-tier pipelines).
Issue: "Insufficient Prepaid Balance"
- Cause: Your wallet does not have enough FND loaded into the Bitrefill Funding and x402 Payments bridge.
- Solution: Use the
frontier topupcommand to add funds to your prepaid balance.
Issue: "Bridge Service Connection Failed"
- Cause: The agent is attempting to access an external service that is not declared in its manifest or the bridge proxy is down.
- Solution: Check your manifest
capabilitiesand verify the status on the Monitoring and Observability page.
Getting Support
- Discord: Join the #dev-support channel for real-time help.
- GitHub Issues: Report platform bugs in the frontier-os-app-builder repository.
- Governance Forum: Discuss larger architectural changes or FIPs.
Related Pages
- Developer Guide – Avoiding common coding pitfalls
- Monitoring and Observability – Debugging via logs and telemetry
- API Reference – Correct usage of the REST API
- Security and Trust Model – Understanding auth failures